Searched refs:hci (Results 1 – 23 of 23) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ |
D | mct_protocol.h | 29 namespace hci { 49 hci::HciPacketizer event_packetizer_; 50 hci::HciPacketizer acl_packetizer_;
|
D | h4_protocol.h | 29 namespace hci { 57 hci::HciPacketizer hci_packetizer_;
|
D | Android.bp | 46 "android.hardware.bluetooth-hci", 64 name: "android.hardware.bluetooth-hci", 102 "android.hardware.bluetooth-hci",
|
D | bluetooth_hci.cc | 36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() argument
|
D | hci_protocol.cc | 29 namespace hci { namespace
|
D | hci_protocol.h | 28 namespace hci {
|
D | hci_packetizer.h | 28 namespace hci {
|
D | vendor_interface.cc | 251 hci::H4Protocol* h4_hci = in Open() 252 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb, iso_cb); in Open() 257 hci::MctProtocol* mct_hci = in Open() 258 new hci::MctProtocol(fd_list, intercept_events, acl_cb); in Open()
|
D | mct_protocol.cc | 29 namespace hci { namespace
|
D | vendor_interface.h | 65 hci::HciProtocol* hci_ = nullptr;
|
D | h4_protocol.cc | 30 namespace hci { namespace
|
D | hci_packetizer.cc | 57 namespace hci { namespace
|
/hardware/qcom/bt/msm8909/libbt-vendor/ |
D | Android.mk | 47 external/bluetooth/bluedroid/hci/include \ 48 system/bt/hci/include \
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/ |
D | Android.mk | 45 external/bluetooth/bluedroid/hci/include \ 46 system/bt/hci/include \
|
/hardware/qcom/sdm845/bt/libbt-vendor/ |
D | Android.mk | 46 external/bluetooth/bluedroid/hci/include \ 47 system/bt/hci/include \
|
/hardware/qcom/bt/msm8998/libbt-vendor/ |
D | Android.mk | 46 external/bluetooth/bluedroid/hci/include \ 47 system/bt/hci/include \
|
/hardware/qcom/bt/msm8960/libbt-vendor/ |
D | Android.mk | 32 $(BDROID_DIR)/hci/include \
|
/hardware/interfaces/bluetooth/1.1/default/ |
D | bluetooth_hci.cc | 39 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() argument
|
D | Android.bp | 49 "android.hardware.bluetooth-hci",
|
/hardware/qcom/bt/msm8992/libbt-vendor/ |
D | Android.mk | 46 $(BDROID_DIR)/hci/include \
|
/hardware/broadcom/libbt/ |
D | Android.mk | 38 $(BDROID_DIR)/hci/include \
|
/hardware/interfaces/bluetooth/1.0/default/test/ |
D | mct_protocol_unittest.cc | 39 using hci::MctProtocol;
|
D | h4_protocol_unittest.cc | 39 using hci::H4Protocol;
|