Home
last modified time | relevance | path

Searched defs:aclDataReceived (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/gd/rust/hal/src/ffi/
H A Dhidl.cc44 Return<void> aclDataReceived(const hidl_vec<uint8_t>& data) { in aclDataReceived() function in bluetooth::hal::__anon01f098cf0110::HciCallbackTrampoline
/aosp12/system/bt/hci/src/
H A Dhci_layer_android.cc134 Return<void> aclDataReceived(const hidl_vec<uint8_t>& data) override { in aclDataReceived() function in BluetoothHciCallbacks
/aosp12/system/bt/gd/hal/
H A Dfacade.cc113 void aclDataReceived(bluetooth::hal::HciPacket data) override { in aclDataReceived() function in bluetooth::hal::HciHalFacadeService
H A Dhci_hal_android_hidl.cc105 Return<void> aclDataReceived(const hidl_vec<uint8_t>& data) override { in aclDataReceived() function in bluetooth::hal::__anon8be7f41e0110::InternalHciCallbacks
H A Dhci_hal_host_test.cc65 void aclDataReceived(HciPacket packet) override { in aclDataReceived() function in bluetooth::hal::__anon917a77ba0110::TestHciHalCallbacks
/aosp12/hardware/interfaces/bluetooth/1.1/default/
H A Dbluetooth_hci.cc138 Return<void> aclDataReceived( in aclDataReceived() function in android::hardware::bluetooth::V1_1::implementation::OldCbWrapper
/aosp12/hardware/interfaces/bluetooth/1.0/vts/functional/
H A DVtsHalBluetoothV1_0TargetTest.cpp252 Return<void> aclDataReceived( in aclDataReceived() function in BluetoothHidlTest::BluetoothHciCallbacks
/aosp12/hardware/interfaces/bluetooth/1.1/vts/functional/
H A DVtsHalBluetoothV1_1TargetTest.cpp254 Return<void> aclDataReceived( in aclDataReceived() function in BluetoothHidlTest::BluetoothHciCallbacks
/aosp12/system/bt/gd/hci/
H A Dhci_layer.cc367 void aclDataReceived(hal::HciPacket data_bytes) override { in aclDataReceived() function