Home
last modified time | relevance | path

Searched refs:BtSocketType (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket.h47 enum BtSocketType { enum
115 ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth);
126 ClientSocket(int fd, std::string address, BtSocketType type);
138 ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth,
278 ServerSocket(const std::string &name, UUID uuid, BtSocketType type, bool encrypt);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp84 impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth);
85 impl(int fd, std::string address, BtSocketType type);
86 impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth,
287 BtSocketType type_;
362 ClientSocket::impl::impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth) in impl()
375 ClientSocket::impl::impl(int fd, std::string address, BtSocketType type) in impl()
388 ClientSocket::impl::impl(const BluetoothRemoteDevice &addr, UUID uuid, BtSocketType type, bool auth, in impl()
403 ClientSocket::ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth) in ClientSocket()
407 ClientSocket::ClientSocket(int fd, std::string address, BtSocketType type) in ClientSocket()
411 ClientSocket::ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType typ
[all...]
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_socket.cpp128 BtSocketType(socketPara->socketType), socketPara->isEncrypt); in SocketServerCreate()
248 BtSocketType(socketPara->socketType), socketPara->isEncrypt); in SocketConnect()
299 BtSocketType(socketPara->socketType), socketPara->isEncrypt, connWrapper); in SocketConnectEx()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h87 BtSocketType type_;
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_client.cpp95 sppOption->type_ = BtSocketType(type); in GetSppOptionFromJS()

Completed in 5 milliseconds