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.c5741 struct addr_with_id { struct
5747 struct addr_with_id addr_with_id; member
5782 ccc_clear(ccc, load->addr_with_id.addr, load->addr_with_id.id); in ccc_load()
5805 cfg = ccc_find_cfg(ccc, load->addr_with_id.addr, load->addr_with_id.id); in ccc_load()
5812 bt_addr_le_copy(&cfg->peer, load->addr_with_id.addr); in ccc_load()
5813 cfg->id = load->addr_with_id.id; in ccc_load()
5842 load.addr_with_id.id = BT_ID_DEFAULT; in ccc_set()
5851 load.addr_with_id.id = (uint8_t)next_id; in ccc_set()
5860 load.addr_with_id.addr = &addr; in ccc_set()
5884 LOG_DBG("Restored CCC for id:%" PRIu8 " addr:%s", load.addr_with_id.id, in ccc_set()
[all …]