Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c79 static tBTM_STATUS btm_pm_snd_md_req( UINT8 pm_id, UINT16 link_hdl, tBTM_PM_PWR_MD *p_mode );
548 static tBTM_STATUS btm_pm_snd_md_req(UINT8 pm_id, UINT16 link_hdl, tBTM_PM_PWR_MD *p_mode) in btm_pm_snd_md_req() argument
552 tACL_CONN *p_acl_cb = btm_handle_to_acl(link_hdl); in btm_pm_snd_md_req()
561 link_hdl, mode); in btm_pm_snd_md_req()
587 btsnd_hcic_sniff_sub_rate(link_hdl, p_cb->max_lat, in btm_pm_snd_md_req()
599 BTM_TRACE_DEBUG("btm_pm_snd_md_req state:0x%x, link_hdl: %d", p_cb->state, link_hdl); in btm_pm_snd_md_req()
607 if (btsnd_hcic_exit_sniff_mode(link_hdl)) { in btm_pm_snd_md_req()
608 btm_cb.pm_pend_link_hdl = link_hdl; in btm_pm_snd_md_req()
612 if (btsnd_hcic_exit_park_mode(link_hdl)) { in btm_pm_snd_md_req()
613 btm_cb.pm_pend_link_hdl = link_hdl; in btm_pm_snd_md_req()
[all …]