Searched refs:BTM_SetPowerMode (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_pm.c | 506 BTM_SetPowerMode (bta_dm_cb.pm_id, peer_addr, &p_bta_dm_pm_md[BTA_DM_PM_PARK_IDX]); in bta_dm_pm_park() 549 status = BTM_SetPowerMode (bta_dm_cb.pm_id, p_peer_dev->peer_bdaddr, &pwr_md); in bta_dm_pm_sniff() 655 BTM_SetPowerMode (bta_dm_cb.pm_id, peer_addr, &pm); in bta_dm_pm_active()
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_csm.c | 200 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_closed() 257 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_closed() 1020 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_open() 1044 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_open()
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_pm.c | 185 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode) in BTM_SetPowerMode() function 981 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode) in BTM_SetPowerMode() function
|
D | btm_acl.c | 714 status = BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p->remote_addr, &settings); in BTM_SwitchRole() 823 status = BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p->remote_addr, &settings); in BTM_ChangeLinkKey()
|
D | btm_sco.c | 629 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &pm); in BTM_CreateSco()
|
/external/bluetooth/bluedroid/stack/include/ |
D | btm_api.h | 4169 BTM_API extern tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda,
|