Searched defs:notify_enabled (Results 1 – 3 of 3) sorted by relevance
/external/python/bumble/tests/ |
D | gatt_test.py | 361 def on_characteristic1_subscription(connection, notify_enabled, indicate_enabled): argument 373 def on_characteristic2_subscription(connection, notify_enabled, indicate_enabled): argument 385 def on_characteristic3_subscription(connection, notify_enabled, indicate_enabled): argument 400 … def on_characteristic_subscription(connection, characteristic, notify_enabled, indicate_enabled): argument
|
/external/python/bumble/examples/ |
D | run_notifier.py | 44 …def on_characteristic_subscription(self, connection, characteristic, notify_enabled, indicate_enab… argument
|
/external/python/bumble/bumble/ |
D | device.py | 368 …def on_characteristic_subscription(self, connection, characteristic, notify_enabled, indicate_enab… argument
|