Searched refs:ds_peer (Results 1 – 1 of 1) sorted by relevance
1382 struct ds_peer { struct1391 struct ds_peer peer_list[CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN]; argument1396 static struct ds_peer *gatt_delayed_store_find(uint8_t id, in gatt_delayed_store_find()1400 struct ds_peer *el; in gatt_delayed_store_find()1414 static void gatt_delayed_store_free(struct ds_peer *el) in gatt_delayed_store_free()1424 static struct ds_peer *gatt_delayed_store_alloc(uint8_t id, in gatt_delayed_store_alloc()1427 struct ds_peer *el; in gatt_delayed_store_alloc()1451 struct ds_peer *el = gatt_delayed_store_find(id, peer_addr); in gatt_delayed_store_enqueue()1468 struct ds_peer *el; in delayed_store()1483 struct ds_peer *el = gatt_delayed_store_find(id, peer_addr); in gatt_store_ccc_cf()