Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c818 uint16_t att_id_lower, att_id_upper, att_id_cur, space; in select_attrs() local
826 att_id_cur = attr->id; in select_attrs()
830 (!IN_RANGE(att_id_cur, att_id_lower, att_id_upper))) { in select_attrs()
835 if (att_id_lower == 0xffff && att_id_cur != att_id_upper) { in select_attrs()
883 net_buf_add_be16(sad->rsp_buf, att_id_cur); in select_attrs()