Searched refs:btsock_rfc_connect (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_sock_rfc.cc | 45 struct btsock_rfc_connect btsock_rfc_connect; variable 66 bt_status_t btsock_rfc_connect::return_value = BT_STATUS_SUCCESS; 93 bt_status_t btsock_rfc_connect(const RawAddress* bd_addr, const bluetooth::Uuid* uuid, int channel, in btsock_rfc_connect() function 98 return test::mock::btif_sock_rfc::btsock_rfc_connect(bd_addr, uuid, channel, sock_fd, flags, in btsock_rfc_connect()
|
D | mock_btif_sock_rfc.h | 93 struct btsock_rfc_connect { struct 112 extern struct btsock_rfc_connect btsock_rfc_connect; argument
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_sock_rfc.h | 45 bt_status_t btsock_rfc_connect(const RawAddress* bd_addr, const bluetooth::Uuid* uuid, int channel,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock.cc | 237 status = btsock_rfc_connect(bd_addr, uuid, channel, sock_fd, flags, app_uid, data_path, in btsock_connect()
|
D | btif_sock_rfc.cc | 437 bt_status_t btsock_rfc_connect(const RawAddress* bd_addr, const Uuid* service_uuid, int channel, in btsock_rfc_connect() function
|