Home
last modified time | relevance | path

Searched refs:new_mode (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_pm/
Dpm_impl.c159 static void do_switch(pm_mode_t new_mode);
329 pm_mode_t new_mode = s_mode; in esp_pm_impl_switch_mode() local
331 new_mode = get_lowest_allowed_mode(); in esp_pm_impl_switch_mode()
342 do_switch(new_mode); in esp_pm_impl_switch_mode()
407 static void IRAM_ATTR do_switch(pm_mode_t new_mode) in do_switch() argument
423 if (new_mode == s_mode) { in do_switch()
432 rtc_cpu_freq_config_t new_config = s_cpu_freq_by_mode[new_mode]; in do_switch()
469 s_mode = new_mode; in do_switch()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_act.c326 p_cb->new_mode = p_data->api_conn.mode; in bta_hh_start_sdp()
682 p_cb->mode = p_cb->new_mode; in bta_hh_handsk_act()
684 p_cb->new_mode = p_cb->mode; in bta_hh_handsk_act()
1052 p_cb->new_mode = p_data->api_sndcmd.param; in bta_hh_write_dev_act()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c2589 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability() local
2609 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_discoverability()
2619 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
2643 if (status == BTM_SUCCESS && p_cb->adv_mode != new_mode) { in btm_ble_set_discoverability()
2644 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_discoverability()
2688 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_connectability() local
2708 new_mode = BTM_BLE_ADV_DISABLE; in btm_ble_set_connectability()
2715 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
2738 if (status == BTM_SUCCESS && new_mode != p_cb->adv_mode) { in btm_ble_set_connectability()
2739 if (new_mode == BTM_BLE_ADV_ENABLE) { in btm_ble_set_connectability()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h246 tBTA_HH_PROTO_MODE new_mode; /* protocol mode */ member
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h959 wifi_auth_mode_t new_mode; /**< the new auth mode of AP */ member