Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c5717 struct addr_with_id { struct
5723 struct addr_with_id addr_with_id; argument
5758 ccc_clear(ccc, load->addr_with_id.addr, load->addr_with_id.id); in ccc_load()
5781 cfg = ccc_find_cfg(ccc, load->addr_with_id.addr, load->addr_with_id.id); in ccc_load()
5788 bt_addr_le_copy(&cfg->peer, load->addr_with_id.addr); in ccc_load()
5789 cfg->id = load->addr_with_id.id; in ccc_load()
5818 load.addr_with_id.id = BT_ID_DEFAULT; in ccc_set()
5827 load.addr_with_id.id = (uint8_t)next_id; in ccc_set()
5836 load.addr_with_id.addr = &addr; in ccc_set()
5860 LOG_DBG("Restored CCC for id:%" PRIu8 " addr:%s", load.addr_with_id.id, in ccc_set()
[all …]