Searched refs:btm_pm_snd_md_req (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_pm.c | 89 static tBTM_STATUS btm_pm_snd_md_req( UINT8 pm_id, int link_ind, tBTM_PM_PWR_MD *p_mode ); 270 return btm_pm_snd_md_req(pm_id, acl_ind, p_mode); in BTM_SetPowerMode() 578 static tBTM_STATUS btm_pm_snd_md_req(UINT8 pm_id, int link_ind, tBTM_PM_PWR_MD *p_mode) in btm_pm_snd_md_req() function 711 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, xx, NULL); in btm_pm_check_stored() 875 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, xx, NULL); in btm_pm_proc_mode_change() 886 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, zz, NULL); in btm_pm_proc_mode_change()
|