Home
last modified time | relevance | path

Searched defs:sendHciCommand (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/gd/hal/fuzz/
Dfuzz_hci_hal.cc51 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_fake.cc22 void TestHciHal::sendHciCommand(hal::HciPacket command) { in sendHciCommand() function in bluetooth::hal::TestHciHal
Dhci_backend_aidl.cc101 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::AidlHci
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_backend_hidl.cc159 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::HidlHci
Dhci_hal_android.cc139 void sendHciCommand(HciPacket packet) override { in sendHciCommand() function in bluetooth::hal::HciHalImpl
Dhci_hal_host_rootcanal.cc126 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
Dhci_hal_host.cc263 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
/packages/modules/Bluetooth/tools/rootcanal/hal/
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