Home
last modified time | relevance | path

Searched refs:indicate_enabled (Results 1 – 7 of 7) sorted by relevance

/external/python/bumble/docs/mkdocs/src/hive/web/heart_rate_monitor/
Dheart_rate_monitor.py59 def on_subscription(_, notify_enabled, indicate_enabled): argument
60 if notify_enabled or indicate_enabled:
/external/python/bumble/web/heart_rate_monitor/
Dheart_rate_monitor.py59 def on_subscription(_, notify_enabled, indicate_enabled): argument
60 if notify_enabled or indicate_enabled:
/external/python/bumble/examples/
Dheart_rate_server.py106 def on_subscription(connection, notify_enabled, indicate_enabled): argument
107 if notify_enabled or indicate_enabled:
Drun_notifier.py42 self, connection, characteristic, notify_enabled, indicate_enabled argument
/external/python/bumble/tests/
Dgatt_test.py598 def on_characteristic1_subscription(connection, notify_enabled, indicate_enabled): argument
602 indicate_enabled,
614 def on_characteristic2_subscription(connection, notify_enabled, indicate_enabled): argument
618 indicate_enabled,
632 def on_characteristic3_subscription(connection, notify_enabled, indicate_enabled): argument
636 indicate_enabled,
648 connection, characteristic, notify_enabled, indicate_enabled argument
654 indicate_enabled,
/external/python/bumble/bumble/
Dgatt_server.py340 indicate_enabled = value[0] & 0x02 != 0
342 'subscription', connection, notify_enabled, indicate_enabled
349 indicate_enabled,
Ddevice.py1809 self, connection, characteristic, notify_enabled, indicate_enabled argument