Home
last modified time | relevance | path

Searched refs:hci_layer_get_interface (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_hci_layer.h95 struct hci_layer_get_interface { struct
100 extern struct hci_layer_get_interface hci_layer_get_interface; argument
Dmock_main_shim_hci_layer.cc43 const hci_t* bluetooth::shim::hci_layer_get_interface() { in hci_layer_get_interface() function in bluetooth::shim
/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.h27 const hci_t* hci_layer_get_interface();
Dshim.cc44 hci = bluetooth::shim::hci_layer_get_interface(); in ShimModuleStartUp()
Dhci_layer.cc365 const hci_t* bluetooth::shim::hci_layer_get_interface() { in hci_layer_get_interface() function in bluetooth::shim
/packages/modules/Bluetooth/system/hci/include/
Dhci_layer.h67 const hci_t* hci_layer_get_interface();
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc597 bluetooth::shim::hci_layer_get_interface()->transmit_command( in btu_hcif_send_cmd()
764 bluetooth::shim::hci_layer_get_interface()->transmit_command( in btu_hcif_send_cmd_with_cb()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h582 auto hci = bluetooth::shim::hci_layer_get_interface(); in send_iso_data()