/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/ |
D | gattc_multi_connect.c | 155 if (p_data->open.status != ESP_GATT_OK){ in gattc_profile_a_event_handler() 157 ESP_LOGE(GATTC_TAG, "connect device failed, status %d", p_data->open.status); in gattc_profile_a_event_handler() 162 memcpy(gl_profile_tab[PROFILE_A_APP_ID].remote_bda, p_data->open.remote_bda, 6); in gattc_profile_a_event_handler() 163 gl_profile_tab[PROFILE_A_APP_ID].conn_id = p_data->open.conn_id; in gattc_profile_a_event_handler() 164 … conn_id %d, if %d, status %d, mtu %d", p_data->open.conn_id, gattc_if, p_data->open.status, p_dat… in gattc_profile_a_event_handler() 166 esp_log_buffer_hex(GATTC_TAG, p_data->open.remote_bda, sizeof(esp_bd_addr_t)); in gattc_profile_a_event_handler() 167 esp_err_t mtu_ret = esp_ble_gattc_send_mtu_req (gattc_if, p_data->open.conn_id); in gattc_profile_a_event_handler() 355 if (p_data->open.status != ESP_GATT_OK){ in gattc_profile_b_event_handler() 357 ESP_LOGE(GATTC_TAG, "connect device failed, status %d", p_data->open.status); in gattc_profile_b_event_handler() 362 memcpy(gl_profile_tab[PROFILE_B_APP_ID].remote_bda, p_data->open.remote_bda, 6); in gattc_profile_b_event_handler() [all …]
|
/hal_espressif-3.4.0/components/ulp/ |
D | esp32ulp_mapgen.py | 68 …with open(options.outputfile + '.h', 'w') as f_h, open(options.outputfile + '.ld', 'w') as f_ld, o… 72 …with open(options.outputfile + '.h', 'w') as f_h, open(options.outputfile + '.ld', 'w') as f_ld, o…
|
/hal_espressif-3.4.0/docs/en/libraries-and-frameworks/ |
D | cloud-frameworks.rst | 15 `https://github.com/espressif/esp-aws-iot <https://github.com/espressif/esp-aws-iot>`_ is an open s… 20 `https://github.com/espressif/esp-azure <https://github.com/espressif/esp-azure>`_ is an open sourc… 25 …ssif/esp-google-iot <https://github.com/espressif/esp-google-iot>`_ is an open source repository f… 30 `https://github.com/espressif/esp-aliyun <https://github.com/espressif/esp-aliyun>`_ is an open sou… 35 `https://github.com/espressif/esp-joylink <https://github.com/espressif/esp-joylink>`_ is an open s… 40 …m/espressif/esp-welink>`_ is an open source repository for {IDF_TARGET_NAME} based on Tencent's `w… 45 `https://github.com/espressif/esp-qcloud <https://github.com/espressif/esp-qcloud>`_ is an open sou… 50 …ressif/esp-baidu-iot <https://github.com/espressif/esp-baidu-iot>`_ is an open source repository f…
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/ |
D | settings_uid.c | 30 bool open; /* Indicate if settings is open */ member 48 if (user_ids[i].open) { in get_core_settings_handle() 131 if (user_ids[i].open == true) { in settings_uid_erase() 222 if (uid->open == true) { in settings_open() 229 if (i != index && user_ids[i].open == true) { in settings_open() 271 uid->open = true; in settings_open() 339 if (uid->open == false) { in settings_close() 372 uid->open = false; in settings_close() 413 if (uid->open == true) { in settings_delete()
|
/hal_espressif-3.4.0/tools/kconfig_new/ |
D | confgen.py | 79 with open(rep_path) as f_rep: 106 with open(sdkconfig_in, 'r') as f_in, open(sdkconfig_out, 'w') as f_out: 139 with open(path_output, 'a') as f_o: 176 with open(path_output, 'a') as f_o: 188 with open(path_output, 'a') as f_o: 264 with open(path_in, 'r') as f_in, open(path_out, 'w') as f_out: 345 with open(filename, 'w') as f: 401 with open(filename, 'w') as f: 468 with open(filename, 'w') as f: 585 with open(filename, 'w') as f: [all …]
|
D | prepare_kconfig_files.py | 22 from io import open 53 with open(config_file, 'r', encoding='utf-8') as f: 63 with open(config_file, 'w', encoding='utf-8') as f:
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/ |
D | main.c | 258 if (param->open.status == ESP_HIDD_SUCCESS) { in esp_bt_hidd_cb() 259 if (param->open.conn_status == ESP_HIDD_CONN_STATE_CONNECTING) { in esp_bt_hidd_cb() 261 } else if (param->open.conn_status == ESP_HIDD_CONN_STATE_CONNECTED) { in esp_bt_hidd_cb() 262 ESP_LOGI(TAG, "connected to %02x:%02x:%02x:%02x:%02x:%02x", param->open.bd_addr[0], in esp_bt_hidd_cb() 263 … param->open.bd_addr[1], param->open.bd_addr[2], param->open.bd_addr[3], param->open.bd_addr[4], in esp_bt_hidd_cb() 264 param->open.bd_addr[5]); in esp_bt_hidd_cb()
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/av/ |
D | bta_av_aact.c | 752 tBTA_AV_API_OPEN *p_buf = &p_scb->q_info.open; in bta_av_switch_role() 845 p_scb->q_info.open.switch_res = BTA_AV_RS_DONE; in bta_av_role_res() 846 bta_av_do_disc_a2d (p_scb, (tBTA_AV_DATA *) & (p_scb->q_info.open)); in bta_av_role_res() 899 memcpy(&p_scb->q_info.open, &p_data->api_open, sizeof(tBTA_AV_API_OPEN)); in bta_av_do_disc_a2d() 914 p_data = (tBTA_AV_DATA *)&p_scb->q_info.open; in bta_av_do_disc_a2d() 1069 tBTA_AV_OPEN open; in bta_av_open_fail_sdp() local 1071 bdcpy(open.bd_addr, p_scb->peer_addr); in bta_av_open_fail_sdp() 1072 open.chnl = p_scb->chnl; in bta_av_open_fail_sdp() 1073 open.hndl = p_scb->hndl; in bta_av_open_fail_sdp() 1074 open.status = BTA_AV_FAIL_SDP; in bta_av_open_fail_sdp() [all …]
|
/hal_espressif-3.4.0/components/mbedtls/esp_crt_bundle/ |
D | gen_crt_bundle.py | 33 from io import open 84 with open(file_path, 'r', encoding='utf-8') as f: 91 with open(file_path, 'rb') as f: 157 with open(filter_path, 'r', encoding='utf-8') as f: 167 with open(crts_path, 'r', encoding='utf-8') as f: 218 with open(ca_bundle_bin_file, 'wb') as f:
|
/hal_espressif-3.4.0/components/fatfs/ |
D | Kconfig | 128 int "Number of simultaneously open files protected by lock function" 133 The option _FS_LOCK switches file lock function to control duplicated file open 134 and illegal operation to open objects. 137 should avoid illegal open, remove and rename to the open objects. 150 operating on an open file. For example, if one task is performing a lenghty 161 If this option is set, _FS_TINY is 0, and each open file has its own cache, 163 This option uses more RAM if more than 1 file is open, but needs less reads 167 all open files, size is also equal to _MAX_SS variable. This reduces the 168 amount of heap used when multiple files are open, but increases the number
|
/hal_espressif-3.4.0/tools/mass_mfg/ |
D | mfg_gen.py | 24 from io import open 120 with open(input_config_file, 'r', newline='\n') as cfg_file: 126 with open(input_values_file, 'r', newline='\n') as values_file: 167 with open(input_config_file, 'r', newline='\n') as cfg_file: 218 target_csv_file = open(output_csv_file, 'w', newline=None) 263 …with open(csv_file, 'r', newline=None) as read_from, open(target_filename,'w', newline=None) as wr… 319 with open(args.values, 'r', newline=None) as csv_values_file: 333 csv_values_file = open(target_values_file, 'r', newline=None) 428 with open(args.conf, 'r', newline='\n') as csv_config_file: 447 with open(args.values, 'r', newline='\n') as csv_values_file:
|
/hal_espressif-3.4.0/components/vfs/test/ |
D | test_vfs_open.c | 23 .open = open_errno_test_open 27 int fd = open("/test/path", 0, 0); 32 fd = open("/nonexistent/path", 0, 0);
|
D | test_vfs_fd.c | 73 const int fd1 = open(VFS_PREF1 FILE1, 0, 0); 74 const int fd2 = open(VFS_PREF2 FILE1, 0, 0); 148 const int global_fd = open(task_param->path, 0, 0); in concurrent_task() 162 .open = concurrent_test_vfs_open, 240 .open = time_test_vfs_open, 251 const int fd = open(VFS_PREF1 FILE1, 0, 0);
|
/hal_espressif-3.4.0/tools/idf_py_actions/ |
D | debug_ext.py | 28 with open(file_name, 'r') as f: 49 with open(name, 'r') as f: 100 with open(gdbinit, 'w') as f: 132 with open(name, 'r') as f: 150 with open(desc_path, 'r') as f: 179 openocd_out = open(openocd_out_name, 'a+') 205 gdbgui_out = open(gdbgui_out_name, 'a+') 270 with open(desc_path, 'r') as f:
|
/hal_espressif-3.4.0/components/esp_hid/src/ |
D | bt_hidh.c | 188 p->open.status = bt_hidh_get_status(status); in open_failed_cb() 189 p->open.dev = dev; in open_failed_cb() 238 if (param->open.conn_status == ESP_HIDH_CONN_STATE_CONNECTING) { in esp_hh_cb() 244 dev = esp_hidh_dev_get_by_bda(param->open.bd_addr); in esp_hh_cb() 246 if (param->open.is_orig) { in esp_hh_cb() 248 param->open.status = ESP_HIDH_NO_CONNECTION; in esp_hh_cb() 252 if (param->open.status == ESP_HIDH_OK) { in esp_hh_cb() 253 if ((dev = hidh_dev_ctor(param->open.bd_addr)) == NULL) { in esp_hh_cb() 255 param->open.status = ESP_HIDH_ERR_NO_RES; in esp_hh_cb() 266 if (param->open.status != ESP_HIDH_OK) { in esp_hh_cb() [all …]
|
/hal_espressif-3.4.0/zephyr/scripts/blobs/ |
D | esp_genblobs.py | 45 with open(SUBMODULES) as f: 70 with open(path,"rb") as f: 80 with open(SUBMODULES) as f: 104 with open(MODULE_PATH, "w+") as f:
|
/hal_espressif-3.4.0/components/vfs/ |
D | vfs_console.c | 56 …vfs_console.fd_primary = get_vfs_for_path(primary_path)->vfs.open("/"STRINGIFY(CONFIG_ESP_CONSOLE_… in console_open() 58 vfs_console.fd_primary = esp_vfs_usb_serial_jtag_get_vfs()->open("/", flags, mode); in console_open() 60 vfs_console.fd_primary = esp_vfs_cdcacm_get_vfs()->open("/", flags, mode); in console_open() 65 vfs_console.fd_secondary = get_vfs_for_path(secondary_path)->vfs.open("/", flags, mode); in console_open() 158 .open = &console_open,
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/main/ |
D | main.c | 175 if (param->open.status == ESP_SPP_SUCCESS) { in esp_spp_cb() 176 …_LOGI(SPP_TAG, "ESP_SPP_OPEN_EVT handle:%d fd:%d rem_bda:[%s]", param->open.handle, param->open.fd, in esp_spp_cb() 177 bda2str(param->open.rem_bda, bda_str, sizeof(bda_str))); in esp_spp_cb() 178 spp_wr_task_start_up(spp_write_handle, param->open.fd); in esp_spp_cb() 180 ESP_LOGE(SPP_TAG, "ESP_SPP_OPEN_EVT status:%d", param->open.status); in esp_spp_cb()
|
/hal_espressif-3.4.0/tools/unit-test-app/tools/ |
D | UnitTestParser.py | 71 … self.tag_def = yaml.load(open(os.path.join(idf_path, self.TAG_DEF_FILE), 'r'), Loader=Loader) 72 …self.module_map = yaml.load(open(os.path.join(idf_path, self.MODULE_DEF_FILE), 'r'), Loader=Loader) 73 …self.config_dependencies = yaml.load(open(os.path.join(idf_path, self.CONFIG_DEPENDENCY_FILE), 'r'… 104 with open('case_address.tmp', 'rb') as f: 235 with open(sdkconfig_file, 'r') as f: 248 with open(config_file, 'r') as f: 297 with open(os.path.join(filename), 'w+') as f:
|
/hal_espressif-3.4.0/examples/storage/semihost_vfs/ |
D | semihost_vfs_example_test.py | 4 from io import open 37 with open(host_file_path) as f: 44 with open(os.path.join(temp_dir, 'esp32_stdout.txt')) as f:
|
/hal_espressif-3.4.0/examples/network/simple_sniffer/ |
D | README.md | 82 > pcap -f <file> [--open] [--close] [--summary] 85 > --open open .pcap file 92 * `--open`: Option to open a '.pcap' file 98 > pcap -f <file> [--open] [--close] [--summary] 101 > --open open .pcap file 108 * `--open`: Option to open a '.pcap' file 148 sniffer> pcap --open -f simple-sniffer 149 I (41383) cmd_pcap: open file successfully 228 sniffer> pcap --open -f simple-sniffer 229 I (11816) cmd_pcap: open file successfully [all …]
|
/hal_espressif-3.4.0/examples/storage/parttool/ |
D | parttool_example.py | 27 with open(file1, 'rb') as f1: 28 with open(file2, 'rb') as f2: 71 with open('write.bin', 'wb') as f:
|
/hal_espressif-3.4.0/examples/bluetooth/esp_hid_host/main/ |
D | esp_hid_host_main.c | 39 if (param->open.status == ESP_OK) { in hidh_callback() 40 const uint8_t *bda = esp_hidh_dev_bda_get(param->open.dev); in hidh_callback() 41 …GI(TAG, ESP_BD_ADDR_STR " OPEN: %s", ESP_BD_ADDR_HEX(bda), esp_hidh_dev_name_get(param->open.dev)); in hidh_callback() 42 esp_hidh_dev_dump(param->open.dev, stdout); in hidh_callback()
|
/hal_espressif-3.4.0/tools/ci/ |
D | test_autocomplete.py | 13 …with open(os.environ['IDF_PATH'] + '/fish' + str(sys.version_info.major) + '.out', 'wb') as output: 27 …with open(os.environ['IDF_PATH'] + '/bash' + str(sys.version_info.major) + '.out', 'wb') as output: 42 … with open(os.environ['IDF_PATH'] + '/zsh' + str(sys.version_info.major) + '.out', 'wb') as output:
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 210 BTA_GATTC_Open(arg->open.gattc_if, arg->open.remote_bda, in btc_gattc_open() 211 arg->open.remote_addr_type, arg->open.is_direct, in btc_gattc_open() 212 transport, arg->open.is_aux); in btc_gattc_open() 896 tBTA_GATTC_OPEN *open = &arg->open; in btc_gattc_cb_handler() local 898 gattc_if = open->client_if; in btc_gattc_cb_handler() 899 param.open.status = open->status; in btc_gattc_cb_handler() 900 param.open.conn_id = BTC_GATT_GET_CONN_ID(open->conn_id); in btc_gattc_cb_handler() 901 memcpy(param.open.remote_bda, open->remote_bda, sizeof(esp_bd_addr_t)); in btc_gattc_cb_handler() 902 param.open.mtu = open->mtu; in btc_gattc_cb_handler()
|