Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hal/fuzz/
H A Dfuzz_hci_hal.h34 void sendScoData(HciPacket packet) override {} in sendScoData() function
/aosp12/hardware/interfaces/bluetooth/1.0/default/
H A Dbluetooth_hci.cc130 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
/aosp12/system/bt/gd/hal/
H A Dhci_hal_android_hidl.cc176 void sendScoData(HciPacket packet) override { in sendScoData() function in bluetooth::hal::HciHalHidl
H A Dhci_hal_host.cc290 void sendScoData(HciPacket data) override { in sendScoData() function in bluetooth::hal::HciHalHost
/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.cc178 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/aosp12/system/bt/vendor_libs/linux/interface/
H A Dbluetooth_hci.cc348 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc264 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/aosp12/system/bt/gd/hci/
H A Dhci_layer_test.cc101 void sendScoData(hal::HciPacket data) override { in sendScoData() function in bluetooth::hci::TestHciHal