Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c1373 struct ds_peer { struct
1382 struct ds_peer peer_list[CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN]; argument
1387 static struct ds_peer *gatt_delayed_store_find(uint8_t id, in gatt_delayed_store_find()
1391 struct ds_peer *el; in gatt_delayed_store_find()
1405 static void gatt_delayed_store_free(struct ds_peer *el) in gatt_delayed_store_free()
1415 static struct ds_peer *gatt_delayed_store_alloc(uint8_t id, in gatt_delayed_store_alloc()
1418 struct ds_peer *el; in gatt_delayed_store_alloc()
1442 struct ds_peer *el = gatt_delayed_store_find(id, peer_addr); in gatt_delayed_store_enqueue()
1459 struct ds_peer *el; in delayed_store()
1474 struct ds_peer *el = gatt_delayed_store_find(id, peer_addr); in gatt_store_ccc_cf()