Searched refs:sendHciCommand (Results 1 – 17 of 17) sorted by relevance
101 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::AidlHci102 hci_->sendHciCommand(command); in sendHciCommand()
153 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::HidlHci154 hci_->sendHciCommand(command); in sendHciCommand()
140 void sendHciCommand(HciPacket packet) override { in sendHciCommand() function in bluetooth::hal::HciHalImpl143 backend_->sendHciCommand(packet); in sendHciCommand()
84 virtual void sendHciCommand(HciPacket command) = 0;
48 virtual void sendHciCommand(const std::vector<uint8_t>&) = 0;
51 void sendHciCommand(hal::HciPacket command) override;
51 void sendHciCommand(const std::vector<uint8_t>& command) override { in sendHciCommand() function in bluetooth::hal::TestBackend
22 void TestHciHal::sendHciCommand(hal::HciPacket command) { in sendHciCommand() function in bluetooth::hal::TestHciHal
51 hal_->sendHciCommand(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendCommand()
125 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
354 hal_->sendHciCommand(hci_data); in TEST_F()
250 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
32 void sendHciCommand(HciPacket command) override;
53 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
56 ::android::hardware::Return<void> sendHciCommand(
254 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
308 hal_->sendHciCommand(*bytes); in send_next_command()