Home
last modified time | relevance | path

Searched refs:pm_request (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/dm/
Dbta_dm_pm.c529 static void bta_dm_pm_set_mode(BD_ADDR peer_addr, tBTA_DM_PM_ACTION pm_request, in bta_dm_pm_set_mode() argument
694 if (pm_req == BTA_DM_PM_EXECUTE && pm_request < pm_action) in bta_dm_pm_set_mode()
696 APPL_TRACE_ERROR("Ignore the power mode request: %d", pm_request) in bta_dm_pm_set_mode()
991 p_buf->pm_request = bta_dm_cb.pm_timer[i].pm_action[j]; in bta_dm_pm_timer_cback()
1114 bta_dm_pm_set_mode(p_data->pm_timer.bd_addr, p_data->pm_timer.pm_request, BTA_DM_PM_EXECUTE); in bta_dm_pm_timer()
Dbta_dm_int.h341 tBTA_DM_PM_ACTION pm_request; member