Lines Matching refs:attr_mask
107 UINT16 attr_mask = 0; in hidh_search_callback() local
147 attr_mask |= HID_VIRTUAL_CABLE; in hidh_search_callback()
153 attr_mask |= HID_RECONN_INIT; in hidh_search_callback()
159 attr_mask |= HID_NORMALLY_CONNECTABLE; in hidh_search_callback()
165 attr_mask |= HID_SDP_DISABLE; in hidh_search_callback()
171 attr_mask |= HID_BATTERY_POWER; in hidh_search_callback()
177 attr_mask |= HID_REMOTE_WAKE; in hidh_search_callback()
206 attr_mask |= HID_SUP_TOUT_AVLBL; in hidh_search_callback()
212 attr_mask |= HID_SSR_MAX_LATENCY; in hidh_search_callback()
220 attr_mask |= HID_SSR_MIN_TOUT; in hidh_search_callback()
227 hh_cb.sdp_cback(SDP_SUCCESS, attr_mask, &hh_cb.sdp_rec); in hidh_search_callback()
336 tHID_STATUS HID_HostAddDev ( BD_ADDR addr, UINT16 attr_mask, UINT8 *handle ) in HID_HostAddDev() argument
370 if (attr_mask != HID_ATTR_MASK_IGNORE) in HID_HostAddDev()
371 hh_cb.devices[i].attr_mask = attr_mask; in HID_HostAddDev()