Searched refs:BTM_ReadPowerMode (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_acl_btm_pm.cc | 47 bool BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode) { in BTM_ReadPowerMode() function
|
/aosp12/system/bt/stack/include/ |
H A D | acl_api.h | 285 bool BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode);
|
/aosp12/system/bt/bta/dm/ |
H A D | bta_dm_pm.cc | 692 if (!BTM_ReadPowerMode(peer_addr, &mode)) { in bta_dm_pm_park() 723 if (!BTM_ReadPowerMode(p_peer_dev->peer_bdaddr, &mode)) { in bta_dm_pm_sniff()
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_sco.cc | 398 if (BTM_ReadPowerMode(*remote_bda, &state)) { in BTM_CreateSco() 813 if (BTM_ReadPowerMode(p->esco.data.bd_addr, &state) && in BTM_RemoveSco()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_link.cc | 46 bool BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode); 849 if (BTM_ReadPowerMode(p_lcb->remote_bd_addr, &mode)) { in l2c_link_check_power_mode()
|
/aosp12/system/bt/stack/acl/ |
H A D | btm_pm.cc | 300 bool BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode) { in BTM_ReadPowerMode() function
|
H A D | btm_acl.cc | 563 if (!BTM_ReadPowerMode(p_acl->remote_addr, &pwr_mode)) { in BTM_SwitchRoleToCentral()
|
/aosp12/system/bt/doc/ |
H A D | power_management.md | 135 which calls `BTM_ReadPowerMode` and `BTM_SetPowerMode` to make an HCI
|