Home
last modified time | relevance | path

Searched defs:sendIsoData (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/gd/hal/fuzz/
H A Dfuzz_hci_hal.h35 void sendIsoData(HciPacket packet) override {} in sendIsoData() function
/aosp12/system/bt/gd/hal/
H A Dhci_hal_android_hidl.cc184 void sendIsoData(HciPacket packet) override { in sendIsoData() function in bluetooth::hal::HciHalHidl
H A Dhci_hal_host.cc299 void sendIsoData(HciPacket data) override { in sendIsoData() function in bluetooth::hal::HciHalHost
/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.cc183 Return<void> BluetoothHci::sendIsoData(const hidl_vec<uint8_t>& data) { in sendIsoData() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.cc353 Return<void> BluetoothHci::sendIsoData(const hidl_vec<uint8_t>& data) { in sendIsoData() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc275 Return<void> BluetoothHci::sendIsoData(const hidl_vec<uint8_t>& packet) { in sendIsoData() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/aosp12/system/bt/gd/hci/
H A Dhci_layer_test.cc105 void sendIsoData(hal::HciPacket data) override { in sendIsoData() function in bluetooth::hci::TestHciHal