Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl_legacy_interface.cc24 .on_send_data_upwards = nullptr,
/packages/modules/Bluetooth/system/main/shim/
Dacl_legacy_interface.cc49 .on_send_data_upwards = acl_rcv_acl_data, in GetAclInterface()
Dacl_legacy_interface.h136 void (*on_send_data_upwards)(BT_HDR*); member
Dacl.cc356 log::assert_that(acl_interface.on_send_data_upwards != nullptr, in ValidateAclInterface()
1645 acl_interface_.on_send_data_upwards, in OnConnectSuccess()
1732 acl_interface_.on_send_data_upwards, in OnLeConnectSuccess()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc161 .on_send_data_upwards = mock_on_send_data_upwards,