Lines Matching refs:DynamicChannelManager

62 using PendingConnectionFail = std::function<void(l2cap::classic::DynamicChannelManager::ConnectionR…
350 void OnConnectionFailure(l2cap::classic::DynamicChannelManager::ConnectionResult result) { in OnConnectionFailure()
353 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::SUCCESS: in OnConnectionFailure()
356 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_NO_SERVICE_REGISTERED: in OnConnectionFailure()
360 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_HCI_ERROR: in OnConnectionFailure()
363 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_L2CAP_ERROR: in OnConnectionFailure()
369 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_REMOTE_NOT_SUPPORT: in OnConnectionFailure()
372 case l2cap::classic::DynamicChannelManager::ConnectionResultCode::FAIL_SECURITY_BLOCK: in OnConnectionFailure()
425 std::unique_ptr<l2cap::classic::DynamicChannelManager> dynamic_channel_manager_;
439 l2cap::classic::DynamicChannelManager::ConnectionResult result);
476 l2cap::classic::DynamicChannelManager::RegistrationResult result, in RegisterService()
480 case l2cap::classic::DynamicChannelManager::RegistrationResult::SUCCESS: in RegisterService()
485 … case l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_DUPLICATE_SERVICE: in RegisterService()
489 case l2cap::classic::DynamicChannelManager::RegistrationResult::FAIL_INVALID_SERVICE: in RegisterService()
545 l2cap::classic::DynamicChannelManager::ConnectionResult result) { in PendingConnectionFail()
577 [this, id](l2cap::classic::DynamicChannelManager::ConnectionResult result) { in CreateConnection()