/aosp12/hardware/interfaces/bluetooth/1.0/ |
H A D | IBluetoothHci.hal | 40 * (sendHciCommand, sendAclData, * sendScoData) is invoked on this 48 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"}) 58 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"}) 59 sendHciCommand(HciPacket command); 67 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"}) 76 @callflow(next={"sendHciCommand", "sendAclData", "sendScoData", "close"})
|
/aosp12/hardware/interfaces/bluetooth/1.0/vts/functional/ |
H A D | VtsHalBluetoothV1_0TargetTest.cpp | 357 bluetooth->sendHciCommand(cmd); in setBufferSizes() 407 bluetooth->sendHciCommand(cmd); in sendAndCheckHCI() 543 bluetooth->sendHciCommand(cmd); in enterLoopbackMode() 597 bluetooth->sendHciCommand(cmd); in TEST_P() 605 bluetooth->sendHciCommand(cmd); in TEST_P() 626 bluetooth->sendHciCommand(cmd); in TEST_P()
|
/aosp12/hardware/interfaces/bluetooth/1.1/vts/functional/ |
H A D | VtsHalBluetoothV1_1TargetTest.cpp | 369 bluetooth->sendHciCommand(cmd); in setBufferSizes() 419 bluetooth->sendHciCommand(cmd); in sendAndCheckHCI() 566 bluetooth->sendHciCommand(cmd); in enterLoopbackMode() 620 bluetooth->sendHciCommand(cmd); in TEST_P() 628 bluetooth->sendHciCommand(cmd); in TEST_P() 649 bluetooth->sendHciCommand(cmd); in TEST_P()
|
/aosp12/system/bt/gd/hal/ |
H A D | hci_hal.h | 84 virtual void sendHciCommand(HciPacket command) = 0;
|
H A D | hci_hal_android_hidl.cc | 160 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHidl 165 bt_hci_->sendHciCommand(command); in sendHciCommand()
|
H A D | facade.cc | 50 hal_->sendHciCommand(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendCommand()
|
H A D | hci_hal_host_test.cc | 353 hal_->sendHciCommand(hci_data); in TEST_F()
|
H A D | hci_hal_host.cc | 272 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
|
/aosp12/hardware/interfaces/bluetooth/1.0/default/ |
H A D | bluetooth_hci.h | 42 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
|
H A D | bluetooth_hci.cc | 120 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
|
/aosp12/system/bt/gd/hal/fuzz/ |
H A D | fuzz_hci_hal.h | 32 void sendHciCommand(HciPacket command) override;
|
H A D | fuzz_hci_hal.cc | 53 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
|
/aosp12/hardware/interfaces/bluetooth/1.1/default/ |
H A D | bluetooth_hci.h | 45 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
|
H A D | bluetooth_hci.cc | 168 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
|
/aosp12/system/bt/vendor_libs/linux/interface/ |
H A D | bluetooth_hci.h | 47 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
|
H A D | bluetooth_hci.cc | 338 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
|
/aosp12/system/bt/test/rootcanal/ |
H A D | bluetooth_hci.h | 50 …::android::hardware::Return<void> sendHciCommand(const ::android::hardware::hidl_vec<uint8_t>& pac…
|
H A D | bluetooth_hci.cc | 242 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
|
/aosp12/system/bt/gd/rust/hal/src/ffi/ |
H A D | hidl.cc | 104 bt_hci_->sendHciCommand(hidl_vec<uint8_t>(data.data(), data.data() + data.length())); in send_command()
|
/aosp12/system/bt/hci/src/ |
H A D | hci_layer_android.cc | 214 btHci->sendHciCommand(data); in hci_transmit()
|
/aosp12/system/bt/gd/hci/ |
H A D | hci_layer.cc | 223 hal_->sendHciCommand(*bytes); in send_next_command()
|
H A D | hci_layer_test.cc | 83 void sendHciCommand(hal::HciPacket command) override { in sendHciCommand() function in bluetooth::hci::TestHciHal
|