Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hal/fuzz/
H A Dfuzz_hci_hal.h33 void sendAclData(HciPacket packet) override {} in sendAclData() function
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dbluetooth_hci.cc125 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
/aosp12/system/bt/gd/hal/
H A Dhci_hal_android_hidl.cc168 void sendAclData(HciPacket packet) override { in sendAclData() function in bluetooth::hal::HciHalHidl
H A Dhci_hal_host.cc281 void sendAclData(HciPacket data) override { in sendAclData() function in bluetooth::hal::HciHalHost
/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.cc173 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.cc343 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) { in sendAclData() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc253 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) { in sendAclData() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/aosp12/system/bt/gd/hci/
H A Dhci_layer_test.cc92 void sendAclData(hal::HciPacket data) override { in sendAclData() function in bluetooth::hci::TestHciHal