Searched refs:notify_enabled (Results 1 – 8 of 8) sorted by relevance
/external/python/bumble/docs/mkdocs/src/hive/web/heart_rate_monitor/ |
D | heart_rate_monitor.py | 59 def on_subscription(_, notify_enabled, indicate_enabled): argument 60 if notify_enabled or indicate_enabled:
|
/external/python/bumble/web/heart_rate_monitor/ |
D | heart_rate_monitor.py | 59 def on_subscription(_, notify_enabled, indicate_enabled): argument 60 if notify_enabled or indicate_enabled:
|
/external/python/bumble/examples/ |
D | heart_rate_server.py | 106 def on_subscription(connection, notify_enabled, indicate_enabled): argument 107 if notify_enabled or indicate_enabled:
|
D | run_notifier.py | 42 self, connection, characteristic, notify_enabled, indicate_enabled argument
|
/external/python/bumble/tests/ |
D | gatt_test.py | 598 def on_characteristic1_subscription(connection, notify_enabled, indicate_enabled): argument 601 notify_enabled, 614 def on_characteristic2_subscription(connection, notify_enabled, indicate_enabled): argument 617 notify_enabled, 632 def on_characteristic3_subscription(connection, notify_enabled, indicate_enabled): argument 635 notify_enabled, 648 connection, characteristic, notify_enabled, indicate_enabled argument 653 notify_enabled,
|
/external/python/bumble/bumble/ |
D | gatt_server.py | 339 notify_enabled = value[0] & 0x01 != 0 342 'subscription', connection, notify_enabled, indicate_enabled 348 notify_enabled,
|
D | device.py | 1809 self, connection, characteristic, notify_enabled, indicate_enabled argument
|
/external/python/bumble/apps/ |
D | bench.py | 733 def on_rx_subscription(self, _connection, notify_enabled, _indicate_enabled): argument 734 if notify_enabled:
|