Searched refs:hci (Results 1 - 11 of 11) sorted by relevance

/system/bt/main/
H A Dbte_main.cc80 static const hci_t* hci; variable
95 * Description Post an HCI event to the hci message queue
125 hci = hci_layer_get_interface();
126 if (!hci) {
127 LOG_ERROR(LOG_TAG, "%s could not get hci layer interface.", __func__);
131 hci->set_data_cb(base::Bind(&post_to_hci_message_loop));
221 hci->transmit_downward(event, p_msg);
/system/bt/vendor_libs/linux/interface/
H A Dh4_protocol.h28 namespace hci { namespace in namespace:android::hardware::bluetooth
60 } // namespace hci
H A Dhci_packetizer.h28 namespace hci { namespace in namespace:android::hardware::bluetooth
51 } // namespace hci
H A Dbluetooth_hci.cc154 /* validate mentioned hci interface is present and registered with sock system */
247 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} argument
283 hci::H4Protocol* h4_hci = new hci::H4Protocol(
H A Dbluetooth_hci.h51 hci::H4Protocol* hci_handle_;
H A Dh4_protocol.cc19 #define LOG_TAG "android.hardware.bluetooth-hci-h4"
29 namespace hci { namespace in namespace:android::hardware::bluetooth
103 } // namespace hci
H A Dhci_packetizer.cc46 namespace hci { namespace in namespace:android::hardware::bluetooth
93 } // namespace hci
/system/bt/hci/src/
H A Dhci_inject.cc61 static const hci_t* hci; variable
77 hci = hci_interface;
181 hci->transmit_downward(buf->event, buf);
/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc44 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} argument
/system/bt/device/src/
H A Dcontroller.cc47 static const hci_t* hci; variable
79 static_cast<BT_HDR*>(future_await(hci->transmit_command_futured(command)))
561 hci = hci_layer_get_interface();
573 hci = hci_interface;
/system/bt/doc/
H A Ddirectory_layout.md19 * hci - *Host Controller Interface* - Communication protocol with Bluetooth chip.

Completed in 136 milliseconds