Searched refs:ssr_max_latency (Results 1 - 9 of 9) 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...]
H A Dbta_hh_act.c238 sdp_rec->ssr_max_latency,
371 p_cb->dscp_info.ssr_max_latency,
1021 p_dev_info->dscp_info.ssr_max_latency,
H A Dbta_hh_le.c2760 p_dev_info->dscp_info.ssr_max_latency,
/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/btif/include/
H A Dbtif_storage.h240 UINT8 ctry_code, UINT16 ssr_max_latency,
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_api.c213 p_nvi->ssr_max_latency = p_attr->attr_value.v.u16;
216 p_nvi->ssr_max_latency = HID_SSR_PARAM_INVALID;
/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_hh.c567 dest->ssr_max_latency = src->ssr_max_latency;
970 p_data->dscp_info.ssr_max_latency, p_data->dscp_info.ssr_min_tout,
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 640 milliseconds