Home
last modified time | relevance | path

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

/system/bt/gd/hal/fuzz/
Dfuzz_hci_hal.h34 void sendScoData(HciPacket packet) override {} in sendScoData() function
/system/bt/gd/hal/
Dhci_hal_android_hidl.cc133 void sendScoData(HciPacket packet) override { in sendScoData() function in bluetooth::hal::HciHalHidl
Dhci_hal_host_rootcanal.cc135 void sendScoData(HciPacket data) override { in sendScoData() function in bluetooth::hal::HciHalHostRootcanal
/system/bt/vendor_libs/linux/interface/
Dbluetooth_hci.cc339 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData() function in android::hardware::bluetooth::V1_1::btlinux::BluetoothHci
/system/bt/test/rootcanal/
Dbluetooth_hci.cc253 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci
/system/bt/gd/hci/
Dhci_layer_test.cc88 void sendScoData(hal::HciPacket data) override { in sendScoData() function in bluetooth::hci::TestHciHal