Home
last modified time | relevance | path

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

/system/bt/gd/hal/fuzz/
Dfuzz_hci_hal.cc50 void FuzzHciHal::sendHciCommand(HciPacket packet) { in sendHciCommand() function in bluetooth::hal::fuzz::FuzzHciHal
/system/bt/gd/hal/
Dhci_hal_android_hidl.cc123 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHidl
Dhci_hal_host_rootcanal.cc117 void sendHciCommand(HciPacket command) override { in sendHciCommand() function in bluetooth::hal::HciHalHostRootcanal
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc329 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.cc231 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) { in sendHciCommand() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/system/bt/gd/hci/
Dhci_layer_test.cc70 void sendHciCommand(hal::HciPacket command) override { in sendHciCommand() function in bluetooth::hci::TestHciHal