Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_main_shim_link_policy.cc53 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()
Dmock_main_shim_link_policy.h136 struct BTM_SetPowerMode { struct
143 extern struct BTM_SetPowerMode BTM_SetPowerMode; argument
Dmock_stack_acl_btm_pm.cc64 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, in BTM_SetPowerMode() function
/system/bt/stack/btm/
Dbtm_client_interface.cc88 .BTM_SetPowerMode = BTM_SetPowerMode,
/system/bt/main/shim/
Dlink_policy.h38 tBTM_STATUS BTM_SetPowerMode(uint16_t handle, const tBTM_PM_PWR_MD& mode);
Dlink_policy.cc119 tBTM_STATUS bluetooth::shim::BTM_SetPowerMode(uint16_t handle, in BTM_SetPowerMode() function in bluetooth::shim
/system/bt/stack/acl/
Dacl.h119 tBTM_STATUS BTM_SetPowerMode(uint16_t handle, const tBTM_PM_PWR_MD& new_mode);
322 friend tBTM_STATUS bluetooth::shim::BTM_SetPowerMode(
Dbtm_pm.cc181 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/
Dbtm_api.h733 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda,
Dbtm_client_interface.h98 tBTM_STATUS (*BTM_SetPowerMode)(uint8_t pm_id, const RawAddress& bd_addr, member
/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/bta/dm/
Dbta_dm_pm.cc698 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/
Dmock_main_shim_btm_api.cc444 tBTM_STATUS bluetooth::shim::BTM_SetPowerMode(uint16_t, tBTM_PM_PWR_MD const&) { in BTM_SetPowerMode() function in bluetooth::shim