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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c 167 UINT16 ssr_min_tout,
186 if (ssr_min_tout == HID_SSR_PARAM_INVALID)
187 p_cb->dscp_info.ssr_min_tout = BTA_HH_SSR_MIN_TOUT_DEF;
189 p_cb->dscp_info.ssr_min_tout = ssr_min_tout;
bta_hh_act.c 228 sdp_rec->ssr_min_tout,
352 p_cb->dscp_info.ssr_min_tout,
537 bta_sys_chg_ssr_config(BTA_ID_HH ,p_cb->app_id, p_cb->dscp_info.ssr_max_latency, p_cb->dscp_info.ssr_min_tout);
906 p_dev_info->dscp_info.ssr_min_tout,
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hiddefs.h 147 UINT16 ssr_min_tout; /* HIDSSRHostMinTimeout value, if HID_SSR_PARAM_INVALID not used* */ member in struct:sdp_info
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 176 UINT16 ssr_min_tout; /* SSR min timeout */ member in struct:__anon2238
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 220 p_nvi->ssr_min_tout = p_attr->attr_value.v.u16;

Completed in 90 milliseconds