Searched refs:GetPhyType (Results 1 – 4 of 4) sorted by relevance
216 connection.GetPhyType() == Phy::Type::BR_EDR) { in GetAclConnectionHandle()279 Phy::Type AclConnectionHandler::GetPhyType(uint16_t handle) const { in GetPhyType() function in rootcanal::AclConnectionHandler283 return acl_connections_.at(handle).GetPhyType(); in GetPhyType()
45 Phy::Type GetPhyType() const { return type_; } in GetPhyType() function
116 Phy::Type GetPhyType(uint16_t handle) const;
350 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()