Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_pm.cc597 if ((pm_req != BTA_DM_PM_EXECUTE) && (timeout_ms > 0)) { in bta_dm_pm_set_mode()
646 if (pm_req == BTA_DM_PM_EXECUTE && pm_request < pm_action) { in bta_dm_pm_set_mode()
981 bta_dm_pm_set_mode(bd_addr, pm_request, BTA_DM_PM_EXECUTE);
Dbta_dm_int.h214 #define BTA_DM_PM_EXECUTE 3 macro