Home
last modified time | relevance | path

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

/system/bt/gd/hal/fuzz/
Dfuzz_hci_hal.h33 void sendAclData(HciPacket packet) override {} in sendAclData() function
/system/bt/gd/hal/
Dhci_hal_android_hidl.cc128 void sendAclData(HciPacket packet) override { in sendAclData() function in bluetooth::hal::HciHalHidl
Dhci_hal_host_rootcanal.cc126 void sendAclData(HciPacket data) override { in sendAclData() function in bluetooth::hal::HciHalHostRootcanal
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc334 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/system/bt/test/rootcanal/
Dbluetooth_hci.cc242 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) { in sendAclData() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/system/bt/gd/hci/
Dhci_layer_test.cc79 void sendAclData(hal::HciPacket data) override { in sendAclData() function in bluetooth::hci::TestHciHal