Searched refs:hci_t (Results 1 – 8 of 8) sorted by relevance
49 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()
36 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()
53 typedef struct hci_t { struct65 } hci_t; typedef67 const hci_t* hci_layer_get_interface();
27 const hci_t* hci_layer_get_interface();
30 static const hci_t* hci;
361 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()
211 struct hci_t;
91 static hci_t interface = {.set_data_cb = set_data_cb,