Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_hci_layer.h49 extern void hci_layer_set_interface(const hci_t* interface);
96 static const hci_t* return_value;
97 std::function<const hci_t*()> body{[]() { return return_value; }};
98 const hci_t* operator()() { return body(); }; in operator()
Dmock_main_shim_hci_layer.cc36 const hci_t* test_interface = nullptr;
37 void hci_layer_set_interface(const hci_t* interface) { in hci_layer_set_interface()
43 const hci_t* bluetooth::shim::hci_layer_get_interface() { in hci_layer_get_interface()
/packages/modules/Bluetooth/system/hci/include/
Dhci_layer.h53 typedef struct hci_t { struct
65 } hci_t; typedef
67 const hci_t* hci_layer_get_interface();
/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.h27 const hci_t* hci_layer_get_interface();
Dshim.cc30 static const hci_t* hci;
Dhci_layer.cc361 static hci_t interface = {.set_data_cb = set_data_cb,
365 const hci_t* bluetooth::shim::hci_layer_get_interface() { in hci_layer_get_interface()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc211 struct hci_t;
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc91 static hci_t interface = {.set_data_cb = set_data_cb,