Home
last modified time | relevance | path

Searched refs:sendHciCommand (Results 1 – 15 of 15) sorted by relevance

/system/bt/gd/hal/
Dhci_hal.h84 virtual void sendHciCommand(HciPacket command) = 0;
Dhci_hal_android_hidl.cc160 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHidl
165 bt_hci_->sendHciCommand(command); in sendHciCommand()
Dfacade.cc50 hal_->sendHciCommand(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendCommand()
Dhci_hal_host_test.cc353 hal_->sendHciCommand(hci_data); in TEST_F()
Dhci_hal_host.cc272 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHost
/system/bt/gd/hal/fuzz/
Dfuzz_hci_hal.h32 void sendHciCommand(HciPacket command) override;
Dfuzz_hci_hal.cc53 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.h47 Return<void> sendHciCommand(const hidl_vec<uint8_t>& packet) override;
Dbluetooth_hci.cc338 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/system/bt/test/rootcanal/
Dbluetooth_hci.h50 …::android::hardware::Return<void> sendHciCommand(const ::android::hardware::hidl_vec<uint8_t>& pac…
Dbluetooth_hci.cc242 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/system/bt/gd/rust/hal/src/ffi/
Dhidl.cc104 bt_hci_->sendHciCommand(hidl_vec<uint8_t>(data.data(), data.data() + data.length())); in send_command()
/system/bt/hci/src/
Dhci_layer_android.cc214 btHci->sendHciCommand(data); in hci_transmit()
/system/bt/gd/hci/
Dhci_layer.cc223 hal_->sendHciCommand(*bytes); in send_next_command()
Dhci_layer_test.cc83 void sendHciCommand(hal::HciPacket command) override { in sendHciCommand() function in bluetooth::hci::TestHciHal