Searched refs:btsock_rfc_control_req (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_sock_rfc.cc | 47 struct btsock_rfc_control_req btsock_rfc_control_req; variable 66 bt_status_t btsock_rfc_control_req::return_value = BT_STATUS_SUCCESS; 98 bt_status_t btsock_rfc_control_req(uint8_t dlci, const RawAddress& bd_addr, uint8_t modem_signal, in btsock_rfc_control_req() function 102 return test::mock::btif_sock_rfc::btsock_rfc_control_req( in btsock_rfc_control_req()
|
D | mock_btif_sock_rfc.h | 110 struct btsock_rfc_control_req { struct 124 extern struct btsock_rfc_control_req btsock_rfc_control_req; argument
|
/aosp_15_r20/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, uint8_t modem_signal,
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock.cc | 158 return btsock_rfc_control_req(dlci, bd_addr, modem_signal, break_signal, discard_buffers, in btsock_control_req()
|
D | btif_sock_rfc.cc | 293 bt_status_t btsock_rfc_control_req(uint8_t dlci, const RawAddress& bd_addr, uint8_t modem_signal, in btsock_rfc_control_req() function
|