Searched refs:on_connection_request (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer.h | 104 common::ContextualCallback<void(Address, ClassOfDevice)> on_connection_request, 169 void on_connection_request(EventView event_view);
|
D | hci_layer_mock.h | 76 common::ContextualCallback<void(Address, ClassOfDevice)> on_connection_request,
|
D | hci_layer.cc | 757 void HciLayer::on_connection_request(EventView event_view) { in on_connection_request() function in bluetooth::hci::HciLayer 816 ContextualCallback<void(Address, ClassOfDevice)> on_connection_request, in GetAclConnectionInterface() argument 824 on_acl_connection_request_ = on_connection_request; in GetAclConnectionInterface() 974 handler->BindOn(this, &HciLayer::on_connection_request)); in StartWithNoHalDependencies()
|
D | hci_interface.h | 97 common::ContextualCallback<void(Address, ClassOfDevice)> on_connection_request,
|
/packages/modules/Bluetooth/system/gd/hci/fuzz/ |
D | fuzz_hci_layer.h | 122 common::ContextualCallback<void(Address, ClassOfDevice)> on_connection_request,
|