Searched defs:indicate_enabled (Results 1 – 6 of 6) sorted by relevance
| /external/python/bumble/tests/ |
| D | gatt_test.py | 596 def on_characteristic1_subscription(connection, notify_enabled, indicate_enabled): argument 612 def on_characteristic2_subscription(connection, notify_enabled, indicate_enabled): argument 630 def on_characteristic3_subscription(connection, notify_enabled, indicate_enabled): argument 646 connection, characteristic, notify_enabled, indicate_enabled argument
|
| /external/python/bumble/examples/ |
| D | heart_rate_server.py | 106 def on_subscription(connection, notify_enabled, indicate_enabled): argument
|
| D | run_notifier.py | 42 self, connection, characteristic, notify_enabled, indicate_enabled argument
|
| /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
|
| /external/python/bumble/web/heart_rate_monitor/ |
| D | heart_rate_monitor.py | 59 def on_subscription(_, notify_enabled, indicate_enabled): argument
|
| /external/python/bumble/bumble/ |
| D | device.py | 1466 self, connection, characteristic, notify_enabled, indicate_enabled argument
|