Searched defs:sendScoData (Results 1 – 9 of 9) sorted by relevance
34 void sendScoData(HciPacket /* packet */) override {} in sendScoData() function
30 void TestHciHal::sendScoData(hal::HciPacket data) { in sendScoData() function in bluetooth::hal::TestHciHal
109 void sendScoData(const std::vector<uint8_t>& packet) override { in sendScoData() function in bluetooth::hal::AidlHci
57 void sendScoData(const std::vector<uint8_t>& packet) override { in sendScoData() function in bluetooth::hal::TestBackend
161 void sendScoData(const std::vector<uint8_t>& packet) override { in sendScoData() function in bluetooth::hal::HidlHci
152 void sendScoData(HciPacket packet) override { in sendScoData() function in bluetooth::hal::HciHalImpl
143 void sendScoData(HciPacket data) override { in sendScoData() function in bluetooth::hal::HciHalHost
268 void sendScoData(HciPacket data) override { in sendScoData() function in bluetooth::hal::HciHalHost
276 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) { in sendScoData() function in android::hardware::bluetooth::V1_1::sim::BluetoothHci