Home
last modified time | relevance | path

Searched refs:max_lat (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c309 tBTM_STATUS BTM_SetSsrParams (BD_ADDR remote_bda, UINT16 max_lat, in BTM_SetSsrParams() argument
328 if (btsnd_hcic_sniff_sub_rate(p_acl_cb->hci_handle, max_lat, in BTM_SetSsrParams()
335 p_cb->max_lat = max_lat; in BTM_SetSsrParams()
587 else if (BTM_PM_MD_SNIFF == md_res.mode && p_cb->max_lat) { in btm_pm_snd_md_req()
588 btsnd_hcic_sniff_sub_rate(link_hdl, p_cb->max_lat, in btm_pm_snd_md_req()
590 p_cb->max_lat = 0; in btm_pm_snd_md_req()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c423 if (p_bta_dm_ssr_spec[index].max_lat in bta_dm_pm_cback()
765 …if (bta_hh_read_ssr_param(peer_addr, &p_spec_cur->max_lat, &p_spec_cur->min_rmt_to) == BTA_HH_ERR)… in bta_dm_pm_ssr()
770 if (p_spec_cur->max_lat < p_spec->max_lat || in bta_dm_pm_ssr()
779 APPL_TRACE_WARNING("bta_dm_pm_ssr:%d, lat:%d", ssr, p_spec->max_lat); in bta_dm_pm_ssr()
780 if (p_spec->max_lat) { in bta_dm_pm_ssr()
782 BTM_SetSsrParams (peer_addr, p_spec->max_lat, in bta_dm_pm_ssr()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h362 BOOLEAN btsnd_hcic_sniff_sub_rate(UINT16 handle, UINT16 max_lat,
376 #define btsnd_hcic_sniff_sub_rate(handle, max_lat, min_remote_lat, min_local_lat) FALSE argument
Dbtm_api.h3854 tBTM_STATUS BTM_SetSsrParams (BD_ADDR remote_bda, UINT16 max_lat,
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c1401 BOOLEAN btsnd_hcic_sniff_sub_rate(UINT16 handle, UINT16 max_lat, in btsnd_hcic_sniff_sub_rate() argument
1420 UINT16_TO_STREAM (pp, max_lat); in btsnd_hcic_sniff_sub_rate()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h102 UINT16 max_lat; /* stored SSR maximum latency */ member
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1437 UINT16 max_lat; member