Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c5482 struct addr_with_id { struct
5488 struct addr_with_id addr_with_id; argument
5524 ccc_clear(ccc, load->addr_with_id.addr, load->addr_with_id.id); in ccc_load()
5547 cfg = ccc_find_cfg(ccc, load->addr_with_id.addr, load->addr_with_id.id); in ccc_load()
5554 bt_addr_le_copy(&cfg->peer, load->addr_with_id.addr); in ccc_load()
5555 cfg->id = load->addr_with_id.id; in ccc_load()
5584 load.addr_with_id.id = BT_ID_DEFAULT; in ccc_set()
5593 load.addr_with_id.id = (uint8_t)next_id; in ccc_set()
5602 load.addr_with_id.addr = &addr; in ccc_set()
5626 LOG_DBG("Restored CCC for id:%" PRIu8 " addr:%s", load.addr_with_id.id, in ccc_set()
[all …]