Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/
Dmain.c79 volatile bool notify_enable; variable
84 notify_enable = (value == BT_GATT_CCC_NOTIFY); in mpu_ccc_cfg_changed()
85 LOG_INF("Notification %s", notify_enable ? "enabled" : "disabled"); in mpu_ccc_cfg_changed()
120 if (notify_enable) { in button_callback()