Home
last modified time | relevance | path

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

/btstack/platform/daemon/binding/python/
H A Dtest.py9 print("BTstack state: %u" % packet.get_state())
10 if packet.get_state() == 2:
/btstack/platform/daemon/binding/python/btstack/
H A Dbtstack_types.py211 def get_state(self): member in BTstackEventState