Home
last modified time | relevance | path

Searched refs:bda (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket.h109 * @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 Dbluetooth_socket.cpp403 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