Searched defs:sendScoData (Results 1 – 6 of 6) sorted by relevance
/system/bt/gd/hal/fuzz/ | ||
D | fuzz_hci_hal.h | 34 void sendScoData(HciPacket packet) override {} in sendScoData() function |
/system/bt/gd/hal/ | ||
D | hci_hal_android_hidl.cc | 133 void sendScoData(HciPacket packet) override { in sendScoData() function in bluetooth::hal::HciHalHidl |
D | hci_hal_host_rootcanal.cc | 135 void sendScoData(HciPacket data) override { in sendScoData() function in bluetooth::hal::HciHalHostRootcanal |
/system/bt/vendor_libs/linux/interface/ | ||
D | bluetooth_hci.cc | 339 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/ | ||
D | bluetooth_hci.cc | 253 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/ | ||
D | hci_layer_test.cc | 88 void sendScoData(hal::HciPacket data) override { in sendScoData() function in bluetooth::hci::TestHciHal |