Home
last modified time | relevance | path

Searched refs:send_data_upwards (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc58 static base::Callback<void(const base::Location&, BT_HDR*)> send_data_upwards; variable
145 if (!send_data_upwards) { in event_callback()
148 send_data_upwards.Run(FROM_HERE, WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_EVT, in event_callback()
154 if (!send_data_upwards) { in subevent_callback()
157 send_data_upwards.Run(FROM_HERE, WrapPacketAndCopy(MSG_HC_TO_STACK_HCI_EVT, in subevent_callback()
265 if (!send_data_upwards) { in iso_data_callback()
315 send_data_upwards = std::move(send_data_cb); in set_data_cb()
347 log::assert_that(!send_data_upwards.is_null(), in dispatch_reassembled()
349 send_data_upwards.Run(FROM_HERE, packet); in dispatch_reassembled()
372 log::assert_that(!send_data_upwards.is_null(), in hci_on_reset_complete()
Dacl.cc394 ShimAclConnection(const HciHandle handle, SendDataUpwards send_data_upwards, in ShimAclConnection() argument
400 send_data_upwards_(send_data_upwards), in ShimAclConnection()
526 SendDataUpwards send_data_upwards, OnDisconnect on_disconnect, in ClassicShimAclConnection() argument
531 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in ClassicShimAclConnection()
766 SendDataUpwards send_data_upwards, OnDisconnect on_disconnect, in LeShimAclConnection() argument
771 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in LeShimAclConnection()