Home
last modified time | relevance | path

Searched refs:notify_enabled (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ble.c99 const bool notify_enabled = value == BT_GATT_CCC_NOTIFY; in log_notify_changed() local
101 if (notify_enabled) { in log_notify_changed()
112 user_hook(notify_enabled, user_ctx); in log_notify_changed()
/Zephyr-latest/subsys/bluetooth/mesh/
Dgatt_cli.c78 static void notify_enabled(struct bt_conn *conn, uint8_t err, in notify_enabled() function
146 server->subscribe.subscribe = notify_enabled; in discover_func()