Home
last modified time | relevance | path

Searched refs:p_mode (Results 1 – 2 of 2) 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 );
173 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode) in BTM_SetPowerMode() argument
186 if (p_mode == NULL) { in BTM_SetPowerMode()
191 …remote_bda[2] << 24) + (remote_bda[3] << 16) + (remote_bda[4] << 8) + remote_bda[5], p_mode->mode); in BTM_SetPowerMode()
194 mode = p_mode->mode & ~BTM_PM_MD_FORCE; in BTM_SetPowerMode()
214 …((p_mode->mode & BTM_PM_MD_FORCE) && (p_mode->max >= p_cb->interval) && (p_mode->min <= p_cb->inte… in BTM_SetPowerMode()
215 ((p_mode->mode & BTM_PM_MD_FORCE) == 0 && (p_mode->max >= p_cb->interval)) ) { in BTM_SetPowerMode()
216 …etPowerMode: mode:0x%x interval %d max:%d, min:%d", p_mode->mode, p_cb->interval, p_mode->max, p_m… in BTM_SetPowerMode()
236 *(&p_cb->req_mode[temp_pm_id]) = *((tBTM_PM_PWR_MD *)p_mode); in BTM_SetPowerMode()
258 return btm_pm_snd_md_req(pm_id, p_acl_cb->hci_handle, p_mode); in BTM_SetPowerMode()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1970 typedef BOOLEAN (tBTM_MIP_QUERY_CB) (BD_ADDR dev_addr, UINT8 *p_mode, LINK_KEY link_key);
3897 tBTM_PM_PWR_MD *p_mode);
3922 tBTM_PM_MODE *p_mode);