Searched refs:sc_restore_params (Results 1 – 1 of 1) sorted by relevance
3261 static struct bt_gatt_indicate_params sc_restore_params[CONFIG_BT_MAX_CONN]; variable3287 sc_restore_params[index].attr = &_1_gatt_svc.attrs[2]; in sc_restore()3288 sc_restore_params[index].func = sc_restore_rsp; in sc_restore()3289 sc_restore_params[index].data = &sc_range[index][0]; in sc_restore()3290 sc_restore_params[index].len = sizeof(sc_range[index]); in sc_restore()3292 if (bt_gatt_indicate(conn, &sc_restore_params[index])) { in sc_restore()