Searched refs:HID_SSR_PARAM_INVALID (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dhiddefs.h138 #define HID_SSR_PARAM_INVALID 0xffff macro
147 UINT16 ssr_max_latency; /* HIDSSRHostMaxLatency value, if HID_SSR_PARAM_INVALID not used*/
148 UINT16 ssr_min_tout; /* HIDSSRHostMinTimeout value, if HID_SSR_PARAM_INVALID not used* */
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_utils.c423 if (p_cb->kdev[i].dscp_info.ssr_max_latency == HID_SSR_PARAM_INVALID)
440 if (p_cb->kdev[i].dscp_info.ssr_min_tout == HID_SSR_PARAM_INVALID)
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_api.c216 p_nvi->ssr_max_latency = HID_SSR_PARAM_INVALID;
224 p_nvi->ssr_min_tout = HID_SSR_PARAM_INVALID;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hh_api.h190 #define BTA_HH_SSR_PARAM_INVALID HID_SSR_PARAM_INVALID
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp78 #define HID_SSR_PARAM_INVALID 0xffff macro
715 ssr_max_lat = HID_SSR_PARAM_INVALID;
719 ssr_min_timeout = HID_SSR_PARAM_INVALID;

Completed in 90 milliseconds