Lines Matching refs:remote_bda
158 void BTM_PM_OnConnected(uint16_t handle, const RawAddress& remote_bda) { in BTM_PM_OnConnected() argument
160 pm_mode_db[handle].Init(remote_bda, handle); in BTM_PM_OnConnected()
181 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, in BTM_SetPowerMode() argument
189 PRIVATE_ADDRESS(remote_bda)); in BTM_SetPowerMode()
194 auto* p_cb = btm_pm_get_power_manager_from_address(remote_bda); in BTM_SetPowerMode()
197 PRIVATE_ADDRESS(remote_bda)); in BTM_SetPowerMode()
225 interop_match_addr(INTEROP_DISABLE_SNIFF, &remote_bda)) { in BTM_SetPowerMode()
227 PRIVATE_ADDRESS(remote_bda)); in BTM_SetPowerMode()
273 PRIVATE_ADDRESS(remote_bda)); in BTM_SetPowerMode()
280 PRIVATE_ADDRESS(remote_bda), power_mode_state_text(p_cb->state).c_str(), in BTM_SetPowerMode()
286 bool BTM_SetLinkPolicyActiveMode(const RawAddress& remote_bda) { in BTM_SetLinkPolicyActiveMode() argument
291 switch (BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &settings)) { in BTM_SetLinkPolicyActiveMode()
300 bool BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode) { in BTM_ReadPowerMode() argument
305 tBTM_PM_MCB* p_mcb = btm_pm_get_power_manager_from_address(remote_bda); in BTM_ReadPowerMode()
307 LOG_WARN("Unknown device:%s", PRIVATE_ADDRESS(remote_bda)); in BTM_ReadPowerMode()
332 tBTM_STATUS BTM_SetSsrParams(const RawAddress& remote_bda, uint16_t max_lat, in BTM_SetSsrParams() argument
334 tBTM_PM_MCB* p_cb = btm_pm_get_power_manager_from_address(remote_bda); in BTM_SetSsrParams()
337 PRIVATE_ADDRESS(remote_bda)); in BTM_SetSsrParams()
353 send_sniff_subrating(p_cb->handle_, remote_bda, max_lat, min_rmt_to, in BTM_SetSsrParams()