Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dhci_backend_aidl.cc101 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::AidlHci
102 hci_->sendHciCommand(command); in sendHciCommand()
Dhci_backend_hidl.cc153 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::HidlHci
154 hci_->sendHciCommand(command); in sendHciCommand()
Dhci_hal_android.cc140 void sendHciCommand(HciPacket packet) override { in sendHciCommand() function in bluetooth::hal::HciHalImpl
143 backend_->sendHciCommand(packet); in sendHciCommand()
Dhci_hal.h84 virtual void sendHciCommand(HciPacket command) = 0;
Dhci_backend.h48 virtual void sendHciCommand(const std::vector<uint8_t>&) = 0;
Dhci_hal_fake.h51 void sendHciCommand(hal::HciPacket command) override;
Dhci_hal_android_test.cc51 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::TestBackend
Dhci_hal_fake.cc22 void TestHciHal::sendHciCommand(hal::HciPacket command) { in sendHciCommand() function in bluetooth::hal::TestHciHal
Dfacade.cc51 hal_->sendHciCommand(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendCommand()
Dhci_hal_host_rootcanal.cc125 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
Dhci_hal_host_test.cc354 hal_->sendHciCommand(hci_data); in TEST_F()
Dhci_hal_host.cc250 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
/packages/modules/Bluetooth/system/gd/hal/fuzz/
Dfuzz_hci_hal.h32 void sendHciCommand(HciPacket command) override;
Dfuzz_hci_hal.cc53 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.h56 ::android::hardware::Return<void> sendHciCommand(
Dbluetooth_hci.cc254 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc308 hal_->sendHciCommand(*bytes); in send_next_command()