Home
last modified time | relevance | path

Searched defs:PendingRegistration (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/classic/internal/
Ddynamic_channel_service_impl.h35 struct PendingRegistration { struct
36 os::Handler* user_handler_ = nullptr;
37 classic::SecurityPolicy security_policy_;
38 DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete_callback_;
39 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
40 DynamicChannelConfigurationOption configuration_;
Dfixed_channel_service_impl.h32 struct PendingRegistration { struct
33 os::Handler* user_handler_ = nullptr;
34 FixedChannelManager::OnRegistrationCompleteCallback on_registration_complete_callback_;
35 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
/system/bt/gd/l2cap/le/internal/
Ddynamic_channel_service_impl.h35 struct PendingRegistration { struct
36 os::Handler* user_handler_ = nullptr;
37 SecurityPolicy security_policy_;
38 DynamicChannelManager::OnRegistrationCompleteCallback on_registration_complete_callback_;
39 DynamicChannelManager::OnConnectionOpenCallback on_connection_open_callback_;
40 DynamicChannelConfigurationOption configuration_;
Dfixed_channel_service_impl.h32 struct PendingRegistration { struct
33 os::Handler* user_handler_ = nullptr;
34 FixedChannelManager::OnRegistrationCompleteCallback on_registration_complete_callback_;
35 FixedChannelManager::OnConnectionOpenCallback on_connection_open_callback_;