Searched defs:sendAclData (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/hal/fuzz/ | ||
D | fuzz_hci_hal.h | 33 void sendAclData(HciPacket packet) override {} in sendAclData() function |
/system/bt/gd/hal/ | ||
D | hci_hal_android_hidl.cc | 128 void sendAclData(HciPacket packet) override { in sendAclData() function in bluetooth::hal::HciHalHidl |
D | hci_hal_host_rootcanal.cc | 126 void sendAclData(HciPacket data) override { in sendAclData() function in bluetooth::hal::HciHalHostRootcanal |
/system/bt/vendor_libs/linux/interface/ | ||
D | bluetooth_hci.cc | 334 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/ | ||
D | bluetooth_hci.cc | 242 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/ | ||
D | hci_layer_test.cc | 79 void sendAclData(hal::HciPacket data) override { in sendAclData() function in bluetooth::hci::TestHciHal |