Searched defs:sendHciCommand (Results 1 – 10 of 10) sorted by relevance
51 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
22 void TestHciHal::sendHciCommand(hal::HciPacket command) { in sendHciCommand() function in bluetooth::hal::TestHciHal
101 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::AidlHci
52 void sendHciCommand(const std::vector<uint8_t>& command) override { queues.cmd.push(command); } in sendHciCommand() function in bluetooth::hal::TestBackend
159 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::HidlHci
139 void sendHciCommand(HciPacket packet) override { in sendHciCommand() function in bluetooth::hal::HciHalImpl
126 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
263 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
215 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
107 fn sendHciCommand(&self, data: &[u8]) -> BinderResult<()> { in sendHciCommand() method