Searched refs:sendHciCommand (Results 1 – 14 of 14) sorted by relevance
80 virtual void sendHciCommand(HciPacket command) = 0;
123 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHidl125 bt_hci_->sendHciCommand(command); in sendHciCommand()
50 hal_->sendHciCommand(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendHciCommand()
117 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHostRootcanal
329 hal_->sendHciCommand(hci_data); in TEST_F()
32 void sendHciCommand(HciPacket command) override;
50 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
47 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
329 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
50 …::android::hardware::Return<void> sendHciCommand(const ::android::hardware::hidl_vec<uint8_t>& pac…
231 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
189 btHci->sendHciCommand(data); in hci_transmit()
160 hal_->sendHciCommand(*bytes); in send_next_command()
70 void sendHciCommand(hal::HciPacket command) override { in sendHciCommand() function in bluetooth::hci::TestHciHal