Home
last modified time | relevance | path

Searched refs:on_send_data_upwards (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dacl_legacy_interface.cc31 .on_send_data_upwards = acl_rcv_acl_data, in GetAclInterface()
H A Dacl_legacy_interface.h136 void (*on_send_data_upwards)(BT_HDR*); member
H A Dacl.cc218 ASSERT_LOG(acl_interface.on_send_data_upwards != nullptr, in ValidateAclInterface()
1236 acl_interface_.on_send_data_upwards, in OnConnectSuccess()
1303 acl_interface_.on_send_data_upwards, in OnLeConnectSuccess()
/aosp12/system/bt/main/test/
H A Dmain_shim_test.cc123 .on_send_data_upwards = mock_on_send_data_upwards, in GetMockAclInterface()