Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc497 connections_.GetHandleOnlyAddress(incoming.GetSourceAddress()); in IncomingLlPhyReq()
559 connections_.GetHandleOnlyAddress(incoming.GetSourceAddress()); in IncomingLlPhyRsp()
610 connections_.GetHandleOnlyAddress(incoming.GetSourceAddress()); in IncomingLlPhyUpdateInd()
2042 return controller->connections_.GetHandleOnlyAddress( in LinkLayerController()
2308 auto handle = connections_.GetHandleOnlyAddress(source_address); in IncomingPacket()
2496 connections_.GetHandleOnlyAddress(incoming.GetSourceAddress()); in IncomingAclPacket()
2604 uint16_t handle = connections_.GetHandleOnlyAddress(source); in IncomingReadRemoteSupportedFeaturesResponse()
2638 uint16_t handle = connections_.GetHandleOnlyAddress(source); in IncomingReadRemoteExtendedFeaturesResponse()
2667 uint16_t handle = connections_.GetHandleOnlyAddress(source); in IncomingReadRemoteVersionResponse()
2692 uint16_t handle = connections_.GetHandleOnlyAddress(source); in IncomingReadClockOffsetResponse()
[all …]
Dacl_connection_handler.h99 uint16_t GetHandleOnlyAddress(bluetooth::hci::Address addr) const;
Dacl_connection_handler.cc202 uint16_t AclConnectionHandler::GetHandleOnlyAddress( in GetHandleOnlyAddress() function in rootcanal::AclConnectionHandler