Lines Matching refs:DynamicChannelManager
63 using PendingConnectionFail = std::function<void(l2cap::classic::DynamicChannelManager::ConnectionR…
322 void OnConnectionFailure(l2cap::classic::DynamicChannelManager::ConnectionResult result) { in OnConnectionFailure()
325 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::SUCCESS: in OnConnectionFailure()
328 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED: in OnConnectionFailure()
332 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR: in OnConnectionFailure()
335 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR: in OnConnectionFailure()
389 void OnRegistrationComplete(l2cap::classic::DynamicChannelManager::RegistrationResult result, in OnRegistrationComplete()
396 case l2cap::classic::DynamicChannelManager::RegistrationResult::SUCCESS: in OnRegistrationComplete()
400 case l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE: in OnRegistrationComplete()
404 case l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_INVALID_SERVICE: in OnRegistrationComplete()
463 std::unique_ptr<l2cap::classic::DynamicChannelManager> dynamic_channel_manager_;
473 l2cap::classic::DynamicChannelManager::ConnectionResult result);
576 … l2cap::classic::DynamicChannelManager::ConnectionResult result) { in PendingConnectionFail()
602 [this, id](l2cap::classic::DynamicChannelManager::ConnectionResult result) { in CreateConnection()