Home
last modified time | relevance | path

Searched refs:sendHciCommand (Results 1 – 22 of 22) sorted by relevance

/aosp12/hardware/interfaces/bluetooth/1.0/
H A DIBluetoothHci.hal40 * (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 DVtsHalBluetoothV1_0TargetTest.cpp357 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 DVtsHalBluetoothV1_1TargetTest.cpp369 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 Dhci_hal.h84 virtual void sendHciCommand(HciPacket command) = 0;
H A Dhci_hal_android_hidl.cc160 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHidl
165 bt_hci_->sendHciCommand(command); in sendHciCommand()
H A Dfacade.cc50 hal_->sendHciCommand(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendCommand()
H A Dhci_hal_host_test.cc353 hal_->sendHciCommand(hci_data); in TEST_F()
H A Dhci_hal_host.cc272 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dbluetooth_hci.h42 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
H A Dbluetooth_hci.cc120 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 Dfuzz_hci_hal.h32 void sendHciCommand(HciPacket command) override;
H A Dfuzz_hci_hal.cc53 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.h45 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
H A Dbluetooth_hci.cc168 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 Dbluetooth_hci.h47 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
H A Dbluetooth_hci.cc338 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 Dbluetooth_hci.h50 …::android::hardware::Return<void> sendHciCommand(const ::android::hardware::hidl_vec<uint8_t>& pac…
H A Dbluetooth_hci.cc242 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 Dhidl.cc104 bt_hci_->sendHciCommand(hidl_vec<uint8_t>(data.data(), data.data() + data.length())); in send_command()
/aosp12/system/bt/hci/src/
H A Dhci_layer_android.cc214 btHci->sendHciCommand(data); in hci_transmit()
/aosp12/system/bt/gd/hci/
H A Dhci_layer.cc223 hal_->sendHciCommand(*bytes); in send_next_command()
H A Dhci_layer_test.cc83 void sendHciCommand(hal::HciPacket command) override { in sendHciCommand() function in bluetooth::hci::TestHciHal