Searched refs:link_hdl (Results 1 – 1 of 1) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_pm.c | 79 static tBTM_STATUS btm_pm_snd_md_req( UINT8 pm_id, UINT16 link_hdl, tBTM_PM_PWR_MD *p_mode ); 551 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 555 tACL_CONN *p_acl_cb = btm_handle_to_acl(link_hdl); in btm_pm_snd_md_req() 564 link_hdl, mode); in btm_pm_snd_md_req() 588 btsnd_hcic_sniff_sub_rate(link_hdl, p_cb->max_lat, in btm_pm_snd_md_req() 600 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() 608 if (btsnd_hcic_exit_sniff_mode(link_hdl)) { in btm_pm_snd_md_req() 609 btm_cb.pm_pend_link_hdl = link_hdl; in btm_pm_snd_md_req() 613 if (btsnd_hcic_exit_park_mode(link_hdl)) { in btm_pm_snd_md_req() 614 btm_cb.pm_pend_link_hdl = link_hdl; in btm_pm_snd_md_req() [all …]
|