Searched refs:new_mode (Results 1 – 5 of 5) sorted by relevance
159 static void do_switch(pm_mode_t new_mode);329 pm_mode_t new_mode = s_mode; in esp_pm_impl_switch_mode() local331 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() argument423 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()
326 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()
2589 UINT8 new_mode = BTM_BLE_ADV_ENABLE; in btm_ble_set_discoverability() local2609 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() local2708 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()
246 tBTA_HH_PROTO_MODE new_mode; /* protocol mode */ member
959 wifi_auth_mode_t new_mode; /**< the new auth mode of AP */ member