Searched refs:BTM_SetPowerMode (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_csm.cc | 193 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, in l2c_csm_closed() 262 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, in l2c_csm_closed() 1050 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, in l2c_csm_open() 1077 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, in l2c_csm_open()
|
/system/bt/bta/dm/ |
D | bta_dm_pm.cc | 683 BTM_SetPowerMode(bta_dm_cb.pm_id, peer_addr, in bta_dm_pm_park() 732 BTM_SetPowerMode(bta_dm_cb.pm_id, p_peer_dev->peer_bdaddr, &pwr_md); 841 BTM_SetPowerMode(bta_dm_cb.pm_id, peer_addr, &pm);
|
/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/stack/include/ |
D | btm_api.h | 1779 extern tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda,
|
/system/bt/stack/btm/ |
D | btm_pm.cc | 147 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, in BTM_SetPowerMode() function
|
D | btm_sco.cc | 496 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, *remote_bda, &pm); in BTM_CreateSco()
|
D | btm_acl.cc | 593 status = BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, p->remote_addr, &settings); in BTM_SwitchRole()
|