Searched refs:BTM_SetPowerMode (Results 1 – 13 of 13) sorted by relevance
/system/bt/test/mock/ |
D | mock_main_shim_link_policy.cc | 53 struct BTM_SetPowerMode BTM_SetPowerMode; variable 92 tBTM_STATUS bluetooth::shim::BTM_SetPowerMode(uint16_t handle, in BTM_SetPowerMode() function in bluetooth::shim 95 return test::mock::main_shim_link_policy::BTM_SetPowerMode(handle, new_mode); in BTM_SetPowerMode()
|
D | mock_main_shim_link_policy.h | 136 struct BTM_SetPowerMode { struct 143 extern struct BTM_SetPowerMode BTM_SetPowerMode; argument
|
D | mock_stack_acl_btm_pm.cc | 64 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, in BTM_SetPowerMode() function
|
/system/bt/stack/btm/ |
D | btm_client_interface.cc | 88 .BTM_SetPowerMode = BTM_SetPowerMode,
|
/system/bt/main/shim/ |
D | link_policy.h | 38 tBTM_STATUS BTM_SetPowerMode(uint16_t handle, const tBTM_PM_PWR_MD& mode);
|
D | link_policy.cc | 119 tBTM_STATUS bluetooth::shim::BTM_SetPowerMode(uint16_t handle, in BTM_SetPowerMode() function in bluetooth::shim
|
/system/bt/stack/acl/ |
D | acl.h | 119 tBTM_STATUS BTM_SetPowerMode(uint16_t handle, const tBTM_PM_PWR_MD& new_mode); 322 friend tBTM_STATUS bluetooth::shim::BTM_SetPowerMode(
|
D | btm_pm.cc | 181 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, in BTM_SetPowerMode() function 217 return bluetooth::shim::BTM_SetPowerMode(handle, power_mode_request); in BTM_SetPowerMode() 291 switch (BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &settings)) { in BTM_SetLinkPolicyActiveMode()
|
/system/bt/stack/include/ |
D | btm_api.h | 733 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda,
|
D | btm_client_interface.h | 98 tBTM_STATUS (*BTM_SetPowerMode)(uint8_t pm_id, const RawAddress& bd_addr, member
|
/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.cc | 698 tBTM_STATUS status = BTM_SetPowerMode(bta_dm_cb.pm_id, peer_addr, in bta_dm_pm_park() 757 status = BTM_SetPowerMode(bta_dm_cb.pm_id, p_peer_dev->peer_bdaddr, &pwr_md); in bta_dm_pm_sniff() 872 tBTM_STATUS status = BTM_SetPowerMode(bta_dm_cb.pm_id, peer_addr, &pm); in bta_dm_pm_active()
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 444 tBTM_STATUS bluetooth::shim::BTM_SetPowerMode(uint16_t, tBTM_PM_PWR_MD const&) { in BTM_SetPowerMode() function in bluetooth::shim
|