Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_inject.h23 typedef struct hci_t hci_t; typedef
28 bool (*open)(const hci_t* hci_interface);
Dhci_layer.h71 typedef struct hci_t { struct
85 } hci_t; argument
87 const hci_t* hci_layer_get_interface();
89 const hci_t* hci_layer_get_test_interface(
Dvendor.h54 bool (*open)(const uint8_t* local_bdaddr, const hci_t* hci_interface);
/system/bt/test/mock/
Dmock_hci_layer.h136 hci_t* hci;
137 std::function<const hci_t*()> body{[this]() { return hci; }};
138 const hci_t* operator()() { return body(); }; in operator()
146 std::function<const hci_t*(
155 const hci_t* operator()( in operator()
Dmock_hci_layer.cc112 const hci_t* hci_layer_get_interface() { in hci_layer_get_interface()
116 const hci_t* hci_layer_get_test_interface( in hci_layer_get_test_interface()
/system/bt/main/shim/
Dhci_layer.h27 const hci_t* hci_layer_get_interface();
Dhci_layer.cc713 static hci_t interface = {.set_data_cb = set_data_cb,
718 const hci_t* bluetooth::shim::hci_layer_get_interface() { in hci_layer_get_interface()
/system/bt/hci/src/
Dhci_inject.cc51 static bool hci_inject_open(const hci_t* hci_interface);
62 static const hci_t* hci;
68 static bool hci_inject_open(const hci_t* hci_interface) { in hci_inject_open()
Dhci_layer.cc99 static hci_t interface;
890 const hci_t* hci_layer_get_interface();
894 const hci_t* hci_layer_get_interface_legacy() { in hci_layer_get_interface_legacy()
904 const hci_t* hci_layer_get_interface() { in hci_layer_get_interface()
912 const hci_t* hci_layer_get_test_interface( in hci_layer_get_test_interface()
/system/bt/hci/test/
Dother_stack_stub.cc43 const hci_t* hci_layer_get_interface() { return nullptr; } in hci_layer_get_interface()
/system/bt/main/
Dbte_main.cc49 static const hci_t* hci;
/system/bt/device/include/
Dcontroller.h126 const hci_t* hci_interface,
/system/bt/stack/test/btm/
Dstack_btm_test.cc48 const hci_t* hci_layer_get_interface() { return nullptr; } in hci_layer_get_interface()
/system/bt/btif/test/
Dbtif_stack_test.cc164 hci_t mock_hci = {
/system/bt/device/src/
Dcontroller.cc58 static const hci_t* local_hci;
846 const hci_t* hci_interface, in controller_get_test_interface()
/system/bt/main/test/
Dmain_shim_test.cc175 const hci_t* hci_layer_get_interface() { return nullptr; } in hci_layer_get_interface()