Searched refs:BTM_SetPowerMode (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_csm.c | 218 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_closed() 281 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_closed() 1158 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_open() 1184 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_open()
|
/system/bt/doc/ |
D | power_management.md | 135 which calls `BTM_ReadPowerMode` and `BTM_SetPowerMode` to make an HCI 140 `BTM_ReadRemoteFeatures` and `BTM_SetPowerMode` to ensure SNIFF mode is 143 is made, which calls `BTM_SetPowerMode` to set the link into ACTIVE
|
/system/bt/bta/dm/ |
D | bta_dm_pm.c | 742 BTM_SetPowerMode (bta_dm_cb.pm_id, peer_addr, &p_bta_dm_pm_md[BTA_DM_PM_PARK_IDX]); in bta_dm_pm_park() 798 status = BTM_SetPowerMode (bta_dm_cb.pm_id, p_peer_dev->peer_bdaddr, &pwr_md); in bta_dm_pm_sniff() 917 BTM_SetPowerMode (bta_dm_cb.pm_id, peer_addr, &pm); in bta_dm_pm_active()
|
/system/bt/stack/btm/ |
D | btm_pm.c | 179 tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda, tBTM_PM_PWR_MD *p_mode) in BTM_SetPowerMode() function
|
D | btm_sco.c | 643 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &pm);
|
D | btm_acl.c | 663 status = BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p->remote_addr, &settings); in BTM_SwitchRole()
|
/system/bt/stack/include/ |
D | btm_api.h | 3659 extern tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id, BD_ADDR remote_bda,
|