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

/system/bt/bta/hh/
H A Dbta_hh_utils.cc172 uint16_t ssr_min_tout, uint8_t app_id) {
185 p_cb->dscp_info.ssr_min_tout = ssr_min_tout;
400 if (p_cb->kdev[i].dscp_info.ssr_min_tout == HID_SSR_PARAM_INVALID)
403 *p_min_ssr_tout = p_cb->kdev[i].dscp_info.ssr_min_tout;
168 bta_hh_add_device_to_list(tBTA_HH_DEV_CB* p_cb, uint8_t handle, uint16_t attr_mask, tHID_DEV_DSCP_INFO* p_dscp_info, uint8_t sub_class, uint16_t ssr_max_latency, uint16_t ssr_min_tout, uint8_t app_id) argument
/system/bt/stack/include/
H A Dhiddefs.h143 ssr_min_tout; /* HIDSSRHostMinTimeout value, if HID_SSR_PARAM_INVALID not member in struct:sdp_info
/system/bt/bta/include/
H A Dbta_hh_api.h194 ssr_min_tout; /* SSR min timeout, BTA_HH_SSR_PARAM_INVALID if unknown */ member in struct:__anon379
/system/bt/btif/src/
H A Dbtif_storage.cc1219 uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout,
1232 btif_config_set_int(bdstr, "HidSSRMinTimeout", ssr_min_tout);
1292 dscp_info.ssr_min_tout = (uint16_t)value;
1216 btif_storage_add_hid_device_info( RawAddress* remote_bd_addr, uint16_t attr_mask, uint8_t sub_class, uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version, uint8_t ctry_code, uint16_t ssr_max_latency, uint16_t ssr_min_tout, uint16_t dl_len, uint8_t* dsc_list) argument

Completed in 252 milliseconds