Home
last modified time | relevance | path

Searched refs:BTM_SetPowerMode (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_csm.cc193 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/
Dbta_dm_pm.cc683 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/
Dpower_management.md135 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/
Dbtm_api.h1779 extern tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda,
/system/bt/stack/btm/
Dbtm_pm.cc147 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, in BTM_SetPowerMode() function
Dbtm_sco.cc496 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, *remote_bda, &pm); in BTM_CreateSco()
Dbtm_acl.cc593 status = BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, p->remote_addr, &settings); in BTM_SwitchRole()