Home
last modified time | relevance | path

Searched refs:ScriptedBeacon (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dscripted_beacon.cc41 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::ScriptedBeacon
107 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()
Dscripted_beacon.h31 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()