Searched refs:BtSocketType (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_socket.h | 47 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 D | bluetooth_socket.cpp | 84 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 D | ohos_bt_socket.cpp | 128 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 D | napi_bluetooth_utils.h | 87 BtSocketType type_;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | napi_bluetooth_spp_client.cpp | 95 sppOption->type_ = BtSocketType(type); in GetSppOptionFromJS()
|
Completed in 5 milliseconds