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_interface.cc23 .on_send_data_upwards = nullptr,
/packages/modules/Bluetooth/system/main/shim/
Dacl_interface.cc42 .on_send_data_upwards = acl_rcv_acl_data, in GetAclInterface()
Dacl_interface.h116 void (*on_send_data_upwards)(BT_HDR*); member
Dacl.cc333 log::assert_that(acl_interface.on_send_data_upwards != nullptr, in ValidateAclInterface()
1417 acl_interface_.on_send_data_upwards, in OnConnectSuccess()
1505 acl_interface_.on_send_data_upwards, in OnLeConnectSuccess()
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc157 .on_send_data_upwards = mock_on_send_data_upwards,