Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 28) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c183 tBTM_PM_PWR_MD settings; in l2c_csm_closed() local
185 memset((void *)&settings, 0, sizeof(settings)); in l2c_csm_closed()
187 settings.mode = BTM_PM_MD_ACTIVE; in l2c_csm_closed()
195 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_closed()
233 tBTM_PM_PWR_MD settings; in l2c_csm_closed() local
235 memset((void *)&settings, 0, sizeof(settings)); in l2c_csm_closed()
237 settings.mode = BTM_PM_MD_ACTIVE; in l2c_csm_closed()
245 BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p_ccb->p_lcb->remote_bd_addr, &settings); in l2c_csm_closed()
957 tBTM_PM_PWR_MD settings; in l2c_csm_open() local
958 memset((void *)&settings, 0, sizeof(settings)); in l2c_csm_open()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c660 tBTM_PM_PWR_MD settings; in BTM_SwitchRole() local
714 memset( (void *)&settings, 0, sizeof(settings)); in BTM_SwitchRole()
715 settings.mode = BTM_PM_MD_ACTIVE; in BTM_SwitchRole()
716 status = BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p->remote_addr, &settings); in BTM_SwitchRole()
856 tBTM_STATUS BTM_SetLinkPolicy (BD_ADDR remote_bda, UINT16 *settings) in BTM_SetLinkPolicy() argument
864 if (*settings != HCI_DISABLE_ALL_LM_MODES) { in BTM_SetLinkPolicy()
865 … if ( (*settings & HCI_ENABLE_MASTER_SLAVE_SWITCH) && (!HCI_SWITCH_SUPPORTED(localFeatures)) ) { in BTM_SetLinkPolicy()
866 *settings &= (~HCI_ENABLE_MASTER_SLAVE_SWITCH); in BTM_SetLinkPolicy()
867 … BTM_TRACE_API ("BTM_SetLinkPolicy switch not supported (settings: 0x%04x)\n", *settings ); in BTM_SetLinkPolicy()
869 if ( (*settings & HCI_ENABLE_HOLD_MODE) && (!HCI_HOLD_MODE_SUPPORTED(localFeatures)) ) { in BTM_SetLinkPolicy()
[all …]
Dbtm_devctl.c875 tBTM_STATUS BTM_WriteVoiceSettings(UINT16 settings) in BTM_WriteVoiceSettings() argument
877 BTM_TRACE_EVENT ("BTM: BTM_WriteVoiceSettings: Settings: 0x%04x.", settings); in BTM_WriteVoiceSettings()
880 if (btsnd_hcic_write_voice_settings ((UINT16)(settings & 0x03ff))) { in BTM_WriteVoiceSettings()
/hal_espressif-latest/components/esp_system/port/soc/linux/
DKconfig.system1 # Original Kconfig has settings related to brownout, rom and cache. All non-existent on Linux.
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dserial-connection.rst24 .. _serial-port-settings:
29 …th the {IDF_TARGET_NAME} ROM serial bootloader, the following serial port settings are recommended:
Dconfiguration-file.rst14 ``esptool.py`` with custom settings, and also allows for specification of options
42 ``esptool.py`` will read settings from other usual configuration files if no other
68 # esptool.cfg file to configure internal settings of esptool
Dbasic-options.rst52 …80, which is the :ref:`usual baud rate used by the ESP8266 <serial-port-settings>` to output :ref:…
Dflash-modes.rst15 … flash clock frequency. The chip needs correct mode, frequency and size settings in order to run c…
/hal_espressif-latest/tools/esptool_py/esp_rfc2217_server/
D__init__.py87 settings = ser.get_settings()
113 ser.apply_settings(settings)
/hal_espressif-latest/components/esp_timer/
DKconfig60 The default settings: timer TASK on CPU0 and timer ISR on CPU0.
61 Other settings may help in certain cases, but note that they may break
87 The default settings: timer TASK on CPU0 and timer ISR on CPU0.
88 Other settings may help in certain cases, but note that they may break
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dsettings.c1217 } settings[] = { variable
1263 for (i = 0; i < ARRAY_SIZE(settings); i++) { in settings_core_load()
1264 if ((!strcmp(settings[i].name, "mesh/net") || in settings_core_load()
1265 !strcmp(settings[i].name, "mesh/netkey") || in settings_core_load()
1266 !strcmp(settings[i].name, "mesh/appkey") || in settings_core_load()
1267 !strcmp(settings[i].name, "mesh/hb_pub") || in settings_core_load()
1268 !strcmp(settings[i].name, "mesh/cfg") || in settings_core_load()
1269 !strcmp(settings[i].name, "mesh/vaddr")) && in settings_core_load()
1271 BT_DBG("Not restoring %s for Provisioner", settings[i].name); in settings_core_load()
1275 if ((!strcmp(settings[i].name, "mesh/p_prov") || in settings_core_load()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dsensor_server.h128 struct sensor_setting *settings; member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dsensor_server.c307 state->setting_count && state->settings) { in send_sensor_settings_status()
309 item = &state->settings[j]; in send_sensor_settings_status()
344 state->setting_count && state->settings) { in find_sensor_setting()
346 item = &state->settings[j]; in find_sensor_setting()
1024 if (state->setting_count && state->settings) { in check_sensor_server_init()
1026 setting = &state->settings[j]; in check_sensor_server_init()
1033 if (setting->property_id == state->settings[k].property_id) { in check_sensor_server_init()
/hal_espressif-latest/components/esp_netif/
DREADME.md5 .................| init settings events |
50 * `|` User settings and runtime configuration
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_sensor_model_api.h509 esp_ble_mesh_sensor_setting_t *settings; /*!< Parameters of the Sensor Setting state */ member
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/
Dindex.rst33 …isabling ``CONFIG_SECURE_BOOT_BUILD_SIGNED_BINARIES`` configuration option in the project settings.
/hal_espressif-latest/tools/esptool_py/
Dpyproject.toml116 # https://docs.astral.sh/ruff/settings/
DCHANGELOG.md25 - **espefuse**: Adds incompatible eFuse settings check for S3
226 - **connection attempt**: Decouple reset sequence settings
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c911 BOOLEAN btsnd_hcic_write_policy_set (UINT16 handle, UINT16 settings) in btsnd_hcic_write_policy_set() argument
928 UINT16_TO_STREAM (pp, settings); in btsnd_hcic_write_policy_set()
934 BOOLEAN btsnd_hcic_write_def_policy_set (UINT16 settings) in btsnd_hcic_write_def_policy_set() argument
950 UINT16_TO_STREAM (pp, settings); in btsnd_hcic_write_def_policy_set()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h398 BOOLEAN btsnd_hcic_write_policy_set(UINT16 handle, UINT16 settings);
407 BOOLEAN btsnd_hcic_write_def_policy_set(UINT16 settings);
Dbtm_api.h2251 tBTM_STATUS BTM_WriteVoiceSettings(UINT16 settings);
2806 UINT16 *settings);
2819 void BTM_SetDefaultLinkPolicy (UINT16 settings);
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dfirmware-image-format.rst131 …| 1-3 | Drive settings for the SPI flash pins (read by ROM bootloader) …
/hal_espressif-latest/components/esp_system/
DKconfig156 bool "Lock memory protection settings"
159 Once locked, memory protection settings cannot be changed anymore.
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild132 or MTDI bootstrapping pin), bootloader will change LDO settings to
151 Allows to reset the device to factory settings:
155 device starts up. See settings below.
208 See settings below.
/hal_espressif-latest/components/bt/
DCMakeLists.txt473 "esp_ble_mesh/mesh_core/settings.c"
731 "host/nimble/nimble/nimble/host/mesh/src/settings.c"

12