Searched refs:ssr_min_tout (Results 1 – 9 of 9) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_utils.c | 186 UINT16 ssr_min_tout, in bta_hh_add_device_to_list() argument 201 p_cb->dscp_info.ssr_min_tout = ssr_min_tout; in bta_hh_add_device_to_list() 437 if (p_cb->kdev[i].dscp_info.ssr_min_tout == HID_SSR_PARAM_INVALID) in bta_hh_read_ssr_param() 440 * p_min_ssr_tout = p_cb->kdev[i].dscp_info.ssr_min_tout; in bta_hh_read_ssr_param()
|
D | bta_hh_act.c | 239 sdp_rec->ssr_min_tout, in bta_hh_sdp_cback() 371 p_cb->dscp_info.ssr_min_tout, in bta_hh_start_sdp() 1024 p_dev_info->dscp_info.ssr_min_tout, in bta_hh_maint_dev_act()
|
D | bta_hh_le.c | 2492 p_dev_info->dscp_info.ssr_min_tout, in bta_hh_le_add_device()
|
/system/bt/stack/include/ |
D | hiddefs.h | 148 UINT16 ssr_min_tout; /* HIDSSRHostMinTimeout value, if HID_SSR_PARAM_INVALID not used* */ member
|
/system/bt/btif/include/ |
D | btif_storage.h | 239 … UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list);
|
/system/bt/stack/hid/ |
D | hidh_api.c | 221 p_nvi->ssr_min_tout = p_attr->attr_value.v.u16; in hidh_search_callback() 224 p_nvi->ssr_min_tout = HID_SSR_PARAM_INVALID; in hidh_search_callback()
|
/system/bt/bta/include/ |
D | bta_hh_api.h | 203 … UINT16 ssr_min_tout; /* SSR min timeout, BTA_HH_SSR_PARAM_INVALID if unknown */ member
|
/system/bt/btif/src/ |
D | btif_storage.c | 1287 … UINT16 ssr_min_tout, UINT16 dl_len, UINT8 *dsc_list) in btif_storage_add_hid_device_info() argument 1300 btif_config_set_int(bdstr, "HidSSRMinTimeout", ssr_min_tout); in btif_storage_add_hid_device_info() 1363 dscp_info.ssr_min_tout = (uint16_t) value; in btif_storage_load_bonded_hid_info()
|
D | btif_hh.c | 539 dest->ssr_min_tout = src->ssr_min_tout; in btif_hh_copy_hid_info() 949 … p_data->dscp_info.ssr_max_latency, p_data->dscp_info.ssr_min_tout, in btif_hh_upstreams_evt()
|