Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dsdp.c815 uint16_t att_id_lower, att_id_upper, att_id_cur, space; in select_attrs() local
823 att_id_cur = attr->id; in select_attrs()
827 (!IN_RANGE(att_id_cur, att_id_lower, att_id_upper))) { in select_attrs()
832 if (att_id_lower == 0xffff && att_id_cur != att_id_upper) { in select_attrs()
880 net_buf_add_be16(sad->rsp_buf, att_id_cur); in select_attrs()