Searched refs:BTM_PM_SET_ONLY_ID (Results 1 - 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
H A D | btm_pm.c | 195 pm_id = BTM_PM_SET_ONLY_ID; 234 if(pm_id == BTM_PM_SET_ONLY_ID) 238 if( ((pm_id != BTM_PM_SET_ONLY_ID) && 240 || ((pm_id == BTM_PM_SET_ONLY_ID) && (btm_cb.pm_pend_link != MAX_L2CAP_LINKS)) ) 366 if( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) && 563 if( (pm_id == BTM_PM_SET_ONLY_ID) && 711 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, xx, NULL); 754 if( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) && 875 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, xx, NULL); 886 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, z [all...] |
H A D | btm_sco.c | 622 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &pm);
|
H A D | btm_acl.c | 676 status = BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p->remote_addr, &settings); 785 status = BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p->remote_addr, &settings);
|
/external/bluetooth/bluedroid/stack/l2cap/ |
H A D | l2c_csm.c | 200 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); 257 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); 1016 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); 1039 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings);
|
/external/bluetooth/bluedroid/stack/include/ |
H A D | btm_api.h | 1787 #define BTM_PM_SET_ONLY_ID 0x80 macro
|
Completed in 77 milliseconds