Searched refs:btsock_rfc_control_req (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_sock_rfc.cc | 44 struct btsock_rfc_control_req btsock_rfc_control_req; variable 63 bt_status_t btsock_rfc_control_req::return_value = BT_STATUS_SUCCESS; 96 bt_status_t btsock_rfc_control_req(uint8_t dlci, const RawAddress& bd_addr, in btsock_rfc_control_req() function 101 return test::mock::btif_sock_rfc::btsock_rfc_control_req( in btsock_rfc_control_req()
|
D | mock_btif_sock_rfc.h | 114 struct btsock_rfc_control_req { struct 132 extern struct btsock_rfc_control_req btsock_rfc_control_req; argument
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_sock_rfc.h | 35 bt_status_t btsock_rfc_control_req(uint8_t dlci, const RawAddress& bd_addr,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock.cc | 150 return btsock_rfc_control_req(dlci, bd_addr, modem_signal, break_signal, in btsock_control_req()
|
D | btif_sock_rfc.cc | 280 bt_status_t btsock_rfc_control_req(uint8_t dlci, const RawAddress& bd_addr, in btsock_rfc_control_req() function
|