Home
last modified time | relevance | path

Searched refs:GetPhyType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.cc216 connection.GetPhyType() == Phy::Type::BR_EDR) { in GetAclConnectionHandle()
279 Phy::Type AclConnectionHandler::GetPhyType(uint16_t handle) const { in GetPhyType() function in rootcanal::AclConnectionHandler
283 return acl_connections_.at(handle).GetPhyType(); in GetPhyType()
Dacl_connection.h45 Phy::Type GetPhyType() const { return type_; } in GetPhyType() function
Dacl_connection_handler.h116 Phy::Type GetPhyType(uint16_t handle) const;
Dlink_layer_controller.cc350 connections_.GetPhyType(connection_handle) != Phy::Type::LOW_ENERGY) { in LeReadPhy()
417 connections_.GetPhyType(connection_handle) != Phy::Type::LOW_ENERGY) { in LeSetPhy()
2230 Phy::Type phy = connections_.GetPhyType(handle); in SendAclToRemote()
2715 auto is_br_edr = connections_.GetPhyType(handle) == Phy::Type::BR_EDR; in IncomingDisconnectPacket()
5528 auto is_br_edr = connections_.GetPhyType(handle) == Phy::Type::BR_EDR; in Disconnect()