Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c310 tBTM_STATUS BTM_SetSsrParams (BD_ADDR remote_bda, UINT16 max_lat, in BTM_SetSsrParams() argument
325 if (btsnd_hcic_sniff_sub_rate(p_acl_cb->hci_handle, max_lat, in BTM_SetSsrParams()
332 p_cb->max_lat = max_lat; in BTM_SetSsrParams()
586 else if (BTM_PM_MD_SNIFF == md_res.mode && p_cb->max_lat) { in btm_pm_snd_md_req()
587 btsnd_hcic_sniff_sub_rate(link_hdl, p_cb->max_lat, in btm_pm_snd_md_req()
589 p_cb->max_lat = 0; in btm_pm_snd_md_req()
/hal_espressif-latest/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-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h419 BOOLEAN btsnd_hcic_sniff_sub_rate(UINT16 handle, UINT16 max_lat,
433 #define btsnd_hcic_sniff_sub_rate(handle, max_lat, min_remote_lat, min_local_lat) FALSE argument
Dbtm_api.h3943 tBTM_STATUS BTM_SetSsrParams (BD_ADDR remote_bda, UINT16 max_lat,
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c1406 BOOLEAN btsnd_hcic_sniff_sub_rate(UINT16 handle, UINT16 max_lat, in btsnd_hcic_sniff_sub_rate() argument
1425 UINT16_TO_STREAM (pp, max_lat); in btsnd_hcic_sniff_sub_rate()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h103 UINT16 max_lat; /* stored SSR maximum latency */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1618 UINT16 max_lat; member