Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/i2s/echo/src/
Dmain.c47 static volatile bool echo_enabled = true; variable
54 bool enable = !echo_enabled; in sw0_handler()
56 echo_enabled = enable; in sw0_handler()
137 if (echo_enabled) { in process_block_data()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c775 static uint8_t echo_enabled; variable
779 echo_enabled = (value == BT_GATT_CCC_NOTIFY) ? 1 : 0; in vnd1_ccc_cfg_changed()
786 if (echo_enabled) { in write_vnd1()
1034 if (!echo_enabled) { in cmd_notify_mult()