Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c230 && (btm_cb.pm_pend_link_hdl != BTM_INVALID_HANDLE)) ) { in BTM_SetPowerMode()
246 (btm_cb.pm_pend_link_hdl != BTM_INVALID_HANDLE) || in BTM_SetPowerMode()
367 if (cb != NULL && btm_cb.pm_pend_link_hdl != BTM_INVALID_HANDLE) { in btm_pm_reset()
372 btm_cb.pm_pend_link_hdl = BTM_INVALID_HANDLE; in btm_pm_reset()
593 btm_cb.pm_pend_link_hdl = BTM_INVALID_HANDLE; in btm_pm_snd_md_req()
648 if (btm_cb.pm_pend_link_hdl == BTM_INVALID_HANDLE) { in btm_pm_snd_md_req()
705 if (btm_cb.pm_pend_link_hdl == BTM_INVALID_HANDLE) { in btm_pm_proc_cmd_status()
737 btm_cb.pm_pend_link_hdl = BTM_INVALID_HANDLE; in btm_pm_proc_cmd_status()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h835 #define BTM_INVALID_HANDLE 0xFFFF macro