Home
last modified time | relevance | path

Searched refs:sendHciCommand (Results 1 – 18 of 18) 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.cc159 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::HidlHci
160 hci_->sendHciCommand(command); in sendHciCommand()
Dhci_hal_android.cc139 void sendHciCommand(HciPacket packet) override { in sendHciCommand() function in bluetooth::hal::HciHalImpl
142 backend_->sendHciCommand(packet); in sendHciCommand()
Dhci_hal.h88 virtual void sendHciCommand(HciPacket command) = 0;
Dhci_backend.h48 virtual void sendHciCommand(const std::vector<uint8_t>&) = 0;
Dhci_hal_fake.h49 void sendHciCommand(hal::HciPacket command) override;
Dhci_hal_fake.cc22 void TestHciHal::sendHciCommand(hal::HciPacket command) { in sendHciCommand() function in bluetooth::hal::TestHciHal
Dhci_hal_android_test.cc52 void sendHciCommand(const std::vector<uint8_t>& command) override { queues.cmd.push(command); } in sendHciCommand() function in bluetooth::hal::TestBackend
Dhci_hal_host_rootcanal.cc126 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
Dhci_hal_host_test.cc363 hal_->sendHciCommand(hci_data); in TEST_F()
Dhci_hal_host.cc263 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
/packages/modules/Bluetooth/offload/hal/include/hal/
Dffi.h108 virtual void sendHciCommand(const std::vector<uint8_t> &data);
126 static_cast<IBluetoothHci *>(instance)->sendHciCommand( in IBluetoothHci_addService()
/packages/modules/Bluetooth/system/gd/hal/fuzz/
Dfuzz_hci_hal.h32 void sendHciCommand(HciPacket command) override;
Dfuzz_hci_hal.cc51 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.h75 ::android::hardware::Return<void> sendHciCommand(
Dbluetooth_hci.cc215 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/packages/modules/Bluetooth/offload/hal/
Dservice.rs107 fn sendHciCommand(&self, data: &[u8]) -> BinderResult<()> { in sendHciCommand() method
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc361 hal_->sendHciCommand(*bytes); in send_next_command()