Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c183 pm_id = BTM_PM_SET_ONLY_ID; in BTM_SetPowerMode()
222 if (pm_id == BTM_PM_SET_ONLY_ID) { in BTM_SetPowerMode()
227 if ( ((pm_id != BTM_PM_SET_ONLY_ID) && in BTM_SetPowerMode()
229 || ((pm_id == BTM_PM_SET_ONLY_ID) in BTM_SetPowerMode()
356 if ( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) && in btm_pm_reset()
532 if ( (pm_id == BTM_PM_SET_ONLY_ID) && in btm_pm_get_set_mode()
679 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, p_acl_cb->hci_handle, NULL); in btm_pm_check_stored()
727 if ( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) && in btm_pm_proc_cmd_status()
800 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, hci_handle, NULL); in btm_pm_proc_mode_change()
810 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, hci_handle, NULL); in btm_pm_proc_mode_change()
Dbtm_sco.c796 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &pm); in BTM_CreateSco()
Dbtm_acl.c716 status = BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p->remote_addr, &settings); in BTM_SwitchRole()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c195 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_closed()
245 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_closed()
960 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_open()
982 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_open()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1879 #define BTM_PM_SET_ONLY_ID 0x80 macro