Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c3278 static struct bt_gatt_indicate_params sc_restore_params[CONFIG_BT_MAX_CONN]; variable
3304 sc_restore_params[index].attr = &_1_gatt_svc.attrs[2]; in sc_restore()
3305 sc_restore_params[index].func = sc_restore_rsp; in sc_restore()
3306 sc_restore_params[index].data = &sc_range[index][0]; in sc_restore()
3307 sc_restore_params[index].len = sizeof(sc_range[index]); in sc_restore()
3309 if (bt_gatt_indicate(conn, &sc_restore_params[index])) { in sc_restore()