Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dremote_name_request.cc42 this, &RemoteNameRequestModule::impl::on_remote_host_supported_features_notification)); in Start()
58 RemoteHostSupportedFeaturesCallback on_remote_host_supported_features_notification, in StartRemoteNameRequest()
76 std::move(on_remote_host_supported_features_notification), in StartRemoteNameRequest()
116 RemoteHostSupportedFeaturesCallback on_remote_host_supported_features_notification, in actually_start_remote_name_request()
122 std::move(on_remote_host_supported_features_notification); in actually_start_remote_name_request()
169 void on_remote_host_supported_features_notification(EventView view) { in on_remote_host_supported_features_notification() function
245 RemoteHostSupportedFeaturesCallback on_remote_host_supported_features_notification, in StartRemoteNameRequest() argument
253 std::move(on_remote_host_supported_features_notification), in StartRemoteNameRequest()
Dremote_name_request.h49 RemoteHostSupportedFeaturesCallback on_remote_host_supported_features_notification,