Home
last modified time | relevance | path

Searched refs:btsock_rfc_control_req (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_sock_rfc.cc47 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()
Dmock_btif_sock_rfc.h110 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/
Dbtif_sock_rfc.h35 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/
Dbtif_sock.cc158 return btsock_rfc_control_req(dlci, bd_addr, modem_signal, break_signal, discard_buffers, in btsock_control_req()
Dbtif_sock_rfc.cc293 bt_status_t btsock_rfc_control_req(uint8_t dlci, const RawAddress& bd_addr, uint8_t modem_signal, in btsock_rfc_control_req() function