Lines Matching refs:attr_mask
95 uint16_t attr_mask = 0; in hidh_search_callback() local
135 attr_mask |= HID_VIRTUAL_CABLE; in hidh_search_callback()
141 attr_mask |= HID_RECONN_INIT; in hidh_search_callback()
147 attr_mask |= HID_NORMALLY_CONNECTABLE; in hidh_search_callback()
153 attr_mask |= HID_SDP_DISABLE; in hidh_search_callback()
159 attr_mask |= HID_BATTERY_POWER; in hidh_search_callback()
165 attr_mask |= HID_REMOTE_WAKE; in hidh_search_callback()
197 attr_mask |= HID_SUP_TOUT_AVLBL; in hidh_search_callback()
203 attr_mask |= HID_SSR_MAX_LATENCY; in hidh_search_callback()
210 attr_mask |= HID_SSR_MIN_TOUT; in hidh_search_callback()
216 hh_cb.sdp_cback(SDP_SUCCESS, attr_mask, &hh_cb.sdp_rec); in hidh_search_callback()
317 tHID_STATUS HID_HostAddDev(const RawAddress& addr, uint16_t attr_mask, in HID_HostAddDev() argument
342 if (attr_mask != HID_ATTR_MASK_IGNORE) hh_cb.devices[i].attr_mask = attr_mask; in HID_HostAddDev()
371 hh_cb.devices[dev_handle].attr_mask = 0; in HID_HostRemoveDev()