Home
last modified time | relevance | path

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

12

/hardware/interfaces/bluetooth/aidl/vts/
DVtsHalBluetoothTargetTest.cpp53 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/
Dmct_protocol.h29 namespace hci {
49 hci::HciPacketizer event_packetizer_;
50 hci::HciPacketizer acl_packetizer_;
Dh4_protocol.h29 namespace hci {
57 hci::HciPacketizer hci_packetizer_;
DAndroid.bp45 "android.hardware.bluetooth-hci",
82 name: "android.hardware.bluetooth-hci",
120 "android.hardware.bluetooth-hci",
Dbluetooth_hci.cc36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() argument
Dhci_protocol.cc29 namespace hci { namespace
Dhci_protocol.h28 namespace hci {
Dhci_packetizer.h28 namespace hci {
Dvendor_interface.cc255 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()
Dmct_protocol.cc29 namespace hci { namespace
Dvendor_interface.h65 hci::HciProtocol* hci_ = nullptr;
/hardware/interfaces/bluetooth/hci/
DAndroid.bp6 name: "android.hardware.bluetooth.hci",
24 name: "bluetooth-vendor-interface-hci-test",
38 "android.hardware.bluetooth.hci",
Dhci_packetizer.h25 namespace android::hardware::bluetooth::hci {
Dhci_internals.h21 namespace android::hardware::bluetooth::hci {
Dh4_protocol.h25 namespace android::hardware::bluetooth::hci {
/hardware/interfaces/bluetooth/aidl/default/
Dnet_bluetooth_mgmt.cpp266 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()
DBluetoothHci.h60 std::shared_ptr<::android::hardware::bluetooth::hci::H4Protocol> mH4;
70 ::android::hardware::bluetooth::hci::PacketType type,
DAndroid.bp22 "android.hardware.bluetooth.hci",
69 "android.hardware.bluetooth.hci",
/hardware/qcom/bt/msm8996/libbt-vendor/
DAndroid.mk50 external/bluetooth/bluedroid/hci/include \
51 packages/modules/Bluetooth/system/hci/include \
/hardware/qcom/bt/msm8909/libbt-vendor/
DAndroid.mk47 external/bluetooth/bluedroid/hci/include \
48 packages/modules/Bluetooth/system/hci/include \
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/
DAndroid.mk45 external/bluetooth/bluedroid/hci/include \
46 packages/modules/Bluetooth/system/hci/include \
/hardware/qcom/bt/msm8998/libbt-vendor/
DAndroid.mk46 external/bluetooth/bluedroid/hci/include \
47 packages/modules/Bluetooth/system/hci/include \
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
DAndroid.bp34 "android.hardware.bluetooth-hci",
47 "android.hardware.bluetooth-hci",
/hardware/qcom/bt/msm8960/libbt-vendor/
DAndroid.mk32 $(BDROID_DIR)/hci/include \
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc39 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {} in BluetoothDeathRecipient() argument

12