Searched refs:GetHandleOnlyAddress (Results 1 – 3 of 3) sorted by relevance
216 if (connections_.GetHandleOnlyAddress(destination_address) != in IncomingPacket()386 connections_.GetHandleOnlyAddress(incoming.GetSourceAddress()); in IncomingAclPacket()469 uint16_t handle = connections_.GetHandleOnlyAddress(source); in IncomingReadRemoteSupportedFeaturesResponse()502 uint16_t handle = connections_.GetHandleOnlyAddress(source); in IncomingReadRemoteExtendedFeaturesResponse()528 uint16_t handle = connections_.GetHandleOnlyAddress(source); in IncomingReadRemoteVersionResponse()552 uint16_t handle = connections_.GetHandleOnlyAddress(source); in IncomingReadClockOffsetResponse()569 uint16_t handle = connections_.GetHandleOnlyAddress(peer); in IncomingDisconnectPacket()589 uint16_t handle = connections_.GetHandleOnlyAddress(peer); in IncomingEncryptConnection()614 connections_.GetHandleOnlyAddress(incoming.GetSourceAddress()); in IncomingEncryptConnectionResponse()1303 uint16_t handle = connections_.GetHandleOnlyAddress(peer); in IncomingLeEncryptConnection()[all …]
56 uint16_t GetHandleOnlyAddress(bluetooth::hci::Address addr) const;
146 uint16_t AclConnectionHandler::GetHandleOnlyAddress( in GetHandleOnlyAddress() function in test_vendor_lib::AclConnectionHandler