Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/
Dmain.c31 static uint16_t but_val; variable
100 BT_GATT_PERM_READ, NULL, NULL, &but_val),
122 &but_val, sizeof(but_val)); in button_callback()
127 but_val = (but_val == 0) ? 0x100 : 0; in button_callback()