Searched refs:bda (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_socket.h | 109 * @param bda Remote device object. 115 ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth); 131 * @param bda Remote device object. 138 ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth,
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket.cpp | 403 ClientSocket::ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth) in ClientSocket() argument 404 : pimpl(new ClientSocket::impl(bda, uuid, type, auth)) in ClientSocket() 411 ClientSocket::ClientSocket(const BluetoothRemoteDevice &bda, UUID uuid, BtSocketType type, bool auth, in ClientSocket() argument 413 : pimpl(new ClientSocket::impl(bda, uuid, type, auth, observer)) in ClientSocket()
|
Completed in 3 milliseconds