HomeSort by relevance Sort by last modified time
    Searched refs:HID_SSR_PARAM_INVALID (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/include/
hiddefs.h 137 #define HID_SSR_PARAM_INVALID 0xffff
146 UINT16 ssr_max_latency; /* HIDSSRHostMaxLatency value, if HID_SSR_PARAM_INVALID not used*/
147 UINT16 ssr_min_tout; /* HIDSSRHostMinTimeout value, if HID_SSR_PARAM_INVALID not used* */
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c 181 if (ssr_max_latency == HID_SSR_PARAM_INVALID)
186 if (ssr_min_tout == HID_SSR_PARAM_INVALID)
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 215 p_nvi->ssr_max_latency = HID_SSR_PARAM_INVALID;
223 p_nvi->ssr_max_latency = HID_SSR_PARAM_INVALID;

Completed in 27 milliseconds