Searched refs:ScriptedBeacon (Results 1 – 2 of 2) sorted by relevance
41 bool ScriptedBeacon::registered_ =42 DeviceBoutique::Register("scripted_beacon", &ScriptedBeacon::Create);44 ScriptedBeacon::ScriptedBeacon(const vector<std::string>& args) : Beacon(args) { in ScriptedBeacon() function in rootcanal::ScriptedBeacon107 void ScriptedBeacon::set_state(PlaybackEvent::PlaybackEventType state) { in set_state()124 void ScriptedBeacon::Tick() { in Tick()197 void ScriptedBeacon::ReceiveLinkLayerPacket( in ReceiveLinkLayerPacket()214 void ScriptedBeacon::get_next_advertisement() { in get_next_advertisement()
31 class ScriptedBeacon : public Beacon {33 ScriptedBeacon(const std::vector<std::string>& args);34 virtual ~ScriptedBeacon() = default;37 return std::make_shared<ScriptedBeacon>(args); in Create()