Home | History | Annotate | Download | only in hid

Lines Matching refs:attr_mask

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