Home
last modified time | relevance | path

Searched refs:HasHandle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.cc50 bool AclConnectionHandler::HasHandle(uint16_t handle) const { in HasHandle() function in rootcanal::AclConnectionHandler
61 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 …]
Dlink_layer_controller.cc295 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 …]
Dacl_connection_handler.h90 bool HasHandle(uint16_t handle) const;