Home
last modified time | relevance | path

Searched refs:min_rmt_to (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c311 UINT16 min_rmt_to, UINT16 min_loc_to) in BTM_SetSsrParams() argument
326 min_rmt_to, min_loc_to)) { in BTM_SetSsrParams()
333 p_cb->min_rmt_to = min_rmt_to; in BTM_SetSsrParams()
588 p_cb->min_rmt_to, p_cb->min_loc_to); in btm_pm_snd_md_req()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c765 …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()
783 p_spec->min_rmt_to, p_spec->min_loc_to); in bta_dm_pm_ssr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h104 UINT16 min_rmt_to;/* stored SSR minimum remote timeout */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1619 UINT16 min_rmt_to; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h3944 UINT16 min_rmt_to, UINT16 min_loc_to);