Home
last modified time | relevance | path

Searched refs:hci (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dmct_protocol.h29 namespace hci {
49 hci::HciPacketizer event_packetizer_;
50 hci::HciPacketizer acl_packetizer_;
Dh4_protocol.h29 namespace hci {
55 hci::HciPacketizer hci_packetizer_;
DAndroid.bp38 "android.hardware.bluetooth-hci",
56 name: "android.hardware.bluetooth-hci",
94 "android.hardware.bluetooth-hci",
Dbluetooth_hci.cc36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() argument
Dvendor_interface.cc241 hci::H4Protocol* h4_hci = in Open()
242 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb); in Open()
247 hci::MctProtocol* mct_hci = in Open()
248 new hci::MctProtocol(fd_list, intercept_events, acl_cb); in Open()
Dhci_protocol.cc27 namespace hci { namespace
Dhci_protocol.h28 namespace hci {
Dhci_packetizer.h28 namespace hci {
Dh4_protocol.cc27 namespace hci { namespace
Dmct_protocol.cc30 namespace hci { namespace
Dvendor_interface.h65 hci::HciProtocol* hci_;
Dhci_packetizer.cc46 namespace hci { namespace
/hardware/qcom/bt/msm8996/libbt-vendor/
DAndroid.mk50 external/bluetooth/bluedroid/hci/include \
51 system/bt/hci/include \
/hardware/qcom/bt/msm8909/libbt-vendor/
DAndroid.mk47 external/bluetooth/bluedroid/hci/include \
48 system/bt/hci/include \
/hardware/qcom/bt/msm8998/libbt-vendor/
DAndroid.mk46 external/bluetooth/bluedroid/hci/include \
47 system/bt/hci/include \
/hardware/marvell/bt/libbt-vendor/
DAndroid.mk12 $(BDROID_DIR)/hci/include
/hardware/qcom/bt/msm8960/libbt-vendor/
DAndroid.mk32 $(BDROID_DIR)/hci/include \
/hardware/qcom/bt/msm8992/libbt-vendor/
DAndroid.mk46 $(BDROID_DIR)/hci/include \
/hardware/broadcom/libbt/
DAndroid.mk30 $(BDROID_DIR)/hci/include \
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc40 using hci::MctProtocol;
Dh4_protocol_unittest.cc40 using hci::H4Protocol;