Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c573 if ((pm_req != BTA_DM_PM_EXECUTE) && timeout) { in bta_dm_pm_set_mode()
620 if (pm_req == BTA_DM_PM_EXECUTE && pm_request < pm_action) { in bta_dm_pm_set_mode()
1003 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()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h1175 #define BTA_DM_PM_EXECUTE 3 macro