Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dhci_hal_android.cc50 void scoDataReceived(HciPacket) override { in scoDataReceived() function in bluetooth::hal::HciCallbacksImpl::__anon4d43ea7e0110
103 void scoDataReceived(const std::vector<uint8_t>& packet) override { in scoDataReceived() function in bluetooth::hal::HciCallbacksImpl
Dhci_backend_aidl.cc49 ::ndk::ScopedAStatus scoDataReceived(const std::vector<uint8_t>& packet) override { in scoDataReceived() function in bluetooth::hal::AidlHciCallbacks
Dhci_backend_hidl.cc60 Return<void> scoDataReceived(const hidl_vec<uint8_t>& data) override { in scoDataReceived() function in bluetooth::hal::HidlHciCallbacks
Dhci_hal_host_test.cc70 void scoDataReceived(HciPacket packet) override { in scoDataReceived() function in bluetooth::hal::__anon4165b79a0111::TestHciHalCallbacks
/packages/modules/Bluetooth/offload/hal/include/hal/
Dffi.h91 void scoDataReceived(std::vector<uint8_t> data) { in scoDataReceived() function
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc610 void scoDataReceived(hal::HciPacket data_bytes) override { in scoDataReceived() function