Home
last modified time | relevance | path

Searched refs:att_id_lower (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
824 att_id_lower = (sad->filter[idx_filter] >> 16); in select_attrs()
829 if (att_id_lower != 0xffff && 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()