Searched defs:notify_enabled (Results 1 – 4 of 4) sorted by relevance
/external/python/bumble/tests/ |
D | gatt_test.py | 552 def on_characteristic1_subscription(connection, notify_enabled, indicate_enabled): argument 568 def on_characteristic2_subscription(connection, notify_enabled, indicate_enabled): argument 584 def on_characteristic3_subscription(connection, notify_enabled, indicate_enabled): argument 600 connection, characteristic, notify_enabled, indicate_enabled argument
|
/external/python/bumble/examples/ |
D | run_notifier.py | 42 self, connection, characteristic, notify_enabled, indicate_enabled argument
|
/external/python/bumble/apps/ |
D | bench.py | 581 def on_rx_subscription(self, _connection, notify_enabled, _indicate_enabled): argument
|
/external/python/bumble/bumble/ |
D | device.py | 915 self, connection, characteristic, notify_enabled, indicate_enabled argument
|