Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c3172 static struct bt_gatt_indicate_params sc_restore_params[CONFIG_BT_MAX_CONN]; variable
3198 sc_restore_params[index].attr = &_1_gatt_svc.attrs[2]; in sc_restore()
3199 sc_restore_params[index].func = sc_restore_rsp; in sc_restore()
3200 sc_restore_params[index].data = &sc_range[index][0]; in sc_restore()
3201 sc_restore_params[index].len = sizeof(sc_range[index]); in sc_restore()
3203 if (bt_gatt_indicate(conn, &sc_restore_params[index])) { in sc_restore()