Searched refs:HasHandle (Results 1 – 3 of 3) sorted by relevance
50 bool AclConnectionHandler::HasHandle(uint16_t handle) const { in HasHandle() function in rootcanal::AclConnectionHandler61 while (HasHandle(last_handle_) || HasScoHandle(last_handle_) || in GetUnusedHandle()182 if (HasHandle(handle)) { in Disconnect()224 ASSERT_LOG(HasHandle(handle), "Unknown handle %d", handle); in GetAclConnection()229 ASSERT_LOG(HasHandle(handle), "Unknown handle %hd", handle); in GetAddress()235 return HasHandle(handle) ? acl_connections_.at(handle).GetAddress() in GetAddressSafe()245 ASSERT_LOG(HasHandle(handle), "Unknown handle %hd", handle); in GetOwnAddress()251 ASSERT_LOG(HasHandle(handle), "Unknown handle %hd", handle); in GetResolvedAddress()256 if (!HasHandle(handle)) { in Encrypt()263 if (!HasHandle(handle)) { in IsEncrypted()[all …]
295 if (!connections_.HasHandle(connection_handle)) { in ReadRssi()349 if (!connections_.HasHandle(connection_handle) || in LeReadPhy()416 if (!connections_.HasHandle(connection_handle) || in LeSetPhy()2102 if (!controller->connections_.HasHandle(acl_connection_handle)) { in LinkLayerController()2205 if (!connections_.HasHandle(handle)) { in SendCommandToRemoteByHandle()2224 if (!connections_.HasHandle(handle)) { in SendAclToRemote()5523 if (!connections_.HasHandle(handle)) { in Disconnect()5569 if (!connections_.HasHandle(handle)) { in ChangeConnectionPacketType()5585 if (!connections_.HasHandle(handle)) { in ChangeConnectionLinkKey()5602 if (!connections_.HasHandle(handle)) { in HoldMode()[all …]
90 bool HasHandle(uint16_t handle) const;