/hardware/interfaces/bluetooth/aidl/vts/ |
D | VtsHalBluetoothTargetTest.cpp | 53 using ::bluetooth::hci::CommandBuilder; 54 using ::bluetooth::hci::CommandCompleteView; 55 using ::bluetooth::hci::CommandView; 56 using ::bluetooth::hci::ErrorCode; 57 using ::bluetooth::hci::EventView; 58 using ::bluetooth::hci::LeReadLocalSupportedFeaturesBuilder; 59 using ::bluetooth::hci::LeReadLocalSupportedFeaturesCompleteView; 60 using ::bluetooth::hci::LeReadNumberOfSupportedAdvertisingSetsBuilder; 61 using ::bluetooth::hci::LeReadNumberOfSupportedAdvertisingSetsCompleteView; 62 using ::bluetooth::hci::LeReadResolvingListSizeBuilder; [all …]
|
/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 | 45 "android.hardware.bluetooth-hci", 82 name: "android.hardware.bluetooth-hci", 120 "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 | 255 hci::H4Protocol* h4_hci = in Open() 256 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb, iso_cb); in Open() 261 hci::MctProtocol* mct_hci = in Open() 262 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;
|
/hardware/interfaces/bluetooth/hci/ |
D | Android.bp | 6 name: "android.hardware.bluetooth.hci", 24 name: "bluetooth-vendor-interface-hci-test", 38 "android.hardware.bluetooth.hci",
|
D | hci_packetizer.h | 25 namespace android::hardware::bluetooth::hci {
|
D | hci_internals.h | 21 namespace android::hardware::bluetooth::hci {
|
D | h4_protocol.h | 25 namespace android::hardware::bluetooth::hci {
|
/hardware/interfaces/bluetooth/aidl/default/ |
D | net_bluetooth_mgmt.cpp | 266 int hci = waitHciDev(hci_interface); in openHci() local 267 if (hci < 0) { in openHci() 281 .hci_dev = static_cast<uint16_t>(hci), in openHci() 292 ALOGI("hci interface %d ready", hci); in openHci()
|
D | BluetoothHci.h | 60 std::shared_ptr<::android::hardware::bluetooth::hci::H4Protocol> mH4; 70 ::android::hardware::bluetooth::hci::PacketType type,
|
D | Android.bp | 22 "android.hardware.bluetooth.hci", 69 "android.hardware.bluetooth.hci",
|
/hardware/qcom/bt/msm8996/libbt-vendor/ |
D | Android.mk | 50 external/bluetooth/bluedroid/hci/include \ 51 packages/modules/Bluetooth/system/hci/include \
|
/hardware/qcom/bt/msm8909/libbt-vendor/ |
D | Android.mk | 47 external/bluetooth/bluedroid/hci/include \ 48 packages/modules/Bluetooth/system/hci/include \
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/ |
D | Android.mk | 45 external/bluetooth/bluedroid/hci/include \ 46 packages/modules/Bluetooth/system/hci/include \
|
/hardware/qcom/bt/msm8998/libbt-vendor/ |
D | Android.mk | 46 external/bluetooth/bluedroid/hci/include \ 47 packages/modules/Bluetooth/system/hci/include \
|
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/ |
D | Android.bp | 34 "android.hardware.bluetooth-hci", 47 "android.hardware.bluetooth-hci",
|
/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
|