Searched refs:hci (Results 1 – 25 of 34) sorted by relevance
12
/system/bt/main/ |
D | bte_main.cc | 80 static const hci_t* hci; variable 125 hci = hci_layer_get_interface(); in bte_main_boot_entry() 126 if (!hci) { in bte_main_boot_entry() 131 hci->set_data_cb(base::Bind(&post_to_hci_message_loop)); in bte_main_boot_entry() 221 hci->transmit_downward(event, p_msg); in bte_main_hci_send()
|
D | BUILD.gn | 54 "//hci", 55 "//hci/include", 59 "//hci/includ", 74 "//hci",
|
D | Android.bp | 33 "system/bt/hci/include", 74 "libbt-hci", 115 "system/bt/hci/include",
|
/system/bt/test/rootcanal/ |
D | Android.bp | 46 "android.hardware.bluetooth-hci", 52 "system/bt/hci/include", 87 "android.hardware.bluetooth-hci", 92 "system/bt/hci/include",
|
D | bluetooth_hci.cc | 49 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() argument
|
/system/bt/doc/ |
D | network_ports.md | 7 * TCP 8872 (hci/src/btsnoop_net.cc) - read live btsnoop logs 8 * TCP 8873 (hci/src/hci_inject.cc) - inject HCI packets into HCI stream
|
D | properties.md | 10 Used in hci/src/hci_layer.cc, default 8000.
|
/system/bt/hci/ |
D | BUILD.gn | 17 static_library("hci") { 57 "//hci/include", 63 "//hci",
|
D | Android.bp | 15 name: "libbt-hci", 70 "libbt-hci",
|
/system/bt/hci/src/ |
D | hci_inject.cc | 61 static const hci_t* hci; variable 77 hci = hci_interface; in hci_inject_open() 181 hci->transmit_downward(buf->event, buf); in read_ready()
|
/system/bt/ |
D | Android.bp | 8 "hci",
|
/system/bt/vendor_libs/linux/interface/ |
D | bluetooth_hci.cc | 247 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() argument 283 hci::H4Protocol* h4_hci = new hci::H4Protocol( in initialize()
|
D | hci_packetizer.h | 28 namespace hci {
|
D | h4_protocol.h | 28 namespace hci {
|
D | bluetooth_hci.h | 51 hci::H4Protocol* hci_handle_;
|
D | h4_protocol.cc | 29 namespace hci { namespace
|
D | hci_packetizer.cc | 46 namespace hci { namespace
|
/system/bt/stack/ |
D | Android.bp | 36 "system/bt/hci/include", 175 "libbt-hci", 218 "libbt-hci", 243 "system/bt/hci/include", 292 "system/bt/hci/include", 330 "system/bt/hci/include",
|
D | BUILD.gn | 169 "//hci/include", 203 "//hci/include", 229 "//hci", 248 "//hci/include",
|
/system/bt/vendor_libs/test_vendor_lib/ |
D | Android.bp | 45 "system/bt/hci/include", 89 "system/bt/hci/include",
|
/system/bt/device/src/ |
D | controller.cc | 47 static const hci_t* hci; variable 84 static_cast<BT_HDR*>(future_await(hci->transmit_command_futured(command))) 583 hci = hci_layer_get_interface(); in controller_get_interface() 595 hci = hci_interface; in controller_get_test_interface()
|
/system/bt/device/ |
D | Android.bp | 12 "system/bt/hci/include",
|
D | BUILD.gn | 27 "//hci/include",
|
/system/nfc/src/ |
D | Android.bp | 46 "nfa/hci/*.cc",
|
/system/bt/btif/ |
D | Android.bp | 20 "system/bt/hci/include", 146 "libbt-hci",
|
12