Searched refs:BR_EDR (Results 1 – 6 of 6) sorted by relevance
53 Phy::Type phy_type = Phy::Type::BR_EDR; in IncomingPacket()60 Phy::Type::BR_EDR); in IncomingPacket()
25 BR_EDR, enumerator
134 Phy::Type phy_type = Phy::Type::BR_EDR; in AddRemote()166 std::shared_ptr<PhyLayerFactory> new_phy = std::make_shared<PhyLayerFactory>(Phy::Type::BR_EDR); in AddPhy()
78 case Phy::Type::BR_EDR: in ToString()
154 AddLinkLayerConnection(socket_fd, Phy::Type::BR_EDR); in IncomingLinkLayerConnection()
67 …schedule_task_(milliseconds(50), [this, packet]() { send_to_remote_(packet, Phy::Type::BR_EDR); }); in SendLinkLayerPacket()69 send_to_remote_(packet, Phy::Type::BR_EDR); in SendLinkLayerPacket()