Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c321 static struct gatt_sc_cfg *find_sc_cfg(uint8_t id, const bt_addr_le_t *addr) in find_sc_cfg() function
359 cfg = find_sc_cfg(id, (bt_addr_le_t *)addr); in bt_gatt_clear_sc()
392 cfg = find_sc_cfg(conn->id, &conn->le.dst); in sc_clear()
440 cfg = find_sc_cfg(id, peer); in sc_save()
443 cfg = find_sc_cfg(BT_ID_DEFAULT, BT_ADDR_LE_ANY); in sc_save()
3253 struct gatt_sc_cfg *gsc_cfg = find_sc_cfg(conn->id, &conn->le.dst); in sc_restore_rsp()
3269 cfg = find_sc_cfg(conn->id, &conn->le.dst); in sc_restore()
6192 cfg = find_sc_cfg(id, &addr); in sc_set()
6195 cfg = find_sc_cfg(BT_ID_DEFAULT, BT_ADDR_LE_ANY); in sc_set()