Searched defs:ssr_max_latency (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_utils.c185 UINT16 ssr_max_latency,
200 p_cb->dscp_info.ssr_max_latency = ssr_max_latency;
415 UINT16 ssr_max_latency; local
423 if (p_cb->kdev[i].dscp_info.ssr_max_latency == HID_SSR_PARAM_INVALID)
427 BTM_GetLinkSuperTout(p_cb->kdev[i].addr, &ssr_max_latency) ;
428 ssr_max_latency = BTA_HH_GET_DEF_SSR_MAX_LAT(ssr_max_latency);
432 if (ssr_max_latency > BTA_HH_SSR_MAX_LATENCY_DEF)
433 ssr_max_latency
181 bta_hh_add_device_to_list(tBTA_HH_DEV_CB *p_cb, UINT8 handle, UINT16 attr_mask, tHID_DEV_DSCP_INFO *p_dscp_info, UINT8 sub_class, UINT16 ssr_max_latency, UINT16 ssr_min_tout, UINT8 app_id) argument
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dhiddefs.h147 UINT16 ssr_max_latency; /* HIDSSRHostMaxLatency value, if HID_SSR_PARAM_INVALID not used*/ member in struct:sdp_info
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hh_api.h202 UINT16 ssr_max_latency; /* SSR max latency, BTA_HH_SSR_PARAM_INVALID if unknown */ member in struct:__anon821
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_storage.c1387 UINT8 ctry_code, UINT16 ssr_max_latency,
1400 btif_config_set_int("Remote", bdstr, "HidSSRMaxLatency", ssr_max_latency);
1466 dscp_info.ssr_max_latency = (uint16_t) value;
1383 btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr, UINT16 attr_mask, UINT8 sub_class, UINT8 app_id, UINT16 vendor_id, UINT16 product_id, UINT16 version, UINT8 ctry_code, UINT16 ssr_max_latency, UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) argument

Completed in 375 milliseconds