Searched refs:sec_id (Results 1 – 5 of 5) sorted by relevance
/device/soc/esp/esp32/components/app_update/ |
D | esp_ota_ops.c | 368 static esp_err_t rewrite_ota_seq(esp_ota_select_entry_t *two_otadata, uint32_t seq, uint8_t sec_id,… in rewrite_ota_seq() argument 370 if (two_otadata == NULL || sec_id > 1) { in rewrite_ota_seq() 374 two_otadata[sec_id].ota_seq = seq; in rewrite_ota_seq() 375 two_otadata[sec_id].crc = bootloader_common_ota_select_crc(&two_otadata[sec_id]); in rewrite_ota_seq() 376 …esp_err_t ret = esp_partition_erase_range(ota_data_partition, sec_id * SPI_FLASH_SEC_SIZE, SPI_FLA… in rewrite_ota_seq() 380 …n esp_partition_write(ota_data_partition, SPI_FLASH_SEC_SIZE * sec_id, &two_otadata[sec_id], sizeo… in rewrite_ota_seq() 880 int sec_id = inactive_otadata; in esp_ota_erase_last_boot_app_partition() local 881 …err = esp_partition_erase_range(ota_data_partition, sec_id * SPI_FLASH_SEC_SIZE, SPI_FLASH_SEC_SIZ… in esp_ota_erase_last_boot_app_partition()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/ |
D | esp_spp_api.h | 147 uint8_t sec_id; /*!< security ID used by this server */ member 166 uint8_t sec_id; /*!< security ID used by this server */ member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_jv_api.h | 207 UINT8 sec_id; /* security ID used by this server */ member 214 UINT8 sec_id; /* security ID used by this client */ member 308 UINT8 sec_id; /* security ID used by this server */ member 317 UINT8 sec_id; /* security ID used by this client */ member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 267 param.start.sec_id = 0; in btc_create_server_fail_cb() 679 param.start.sec_id = 0; in btc_spp_start_srv() 945 param.cl_init.sec_id = p_data->rfc_cl_init.sec_id; in btc_spp_cb_handler() 972 param.start.sec_id = p_data->rfc_start.sec_id; in btc_spp_cb_handler()
|
/device/soc/winnermicro/wm800/board/include/bt/ |
D | wm_bt_def.h | 1647 uint8_t sec_id; member 1654 uint8_t sec_id; member
|