Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 116) sorted by relevance

12345

/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/
Dsettings_uid.c30 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.7.0/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py22 from io import open
73 with open(file_path, 'r', encoding='utf-8') as f:
80 with open(file_path, 'rb') as f:
146 with open(filter_path, 'r', encoding='utf-8') as f:
156 with open(crts_path, 'r', encoding='utf-8') as f:
207 with open(ca_bundle_bin_file, 'wb') as f:
/hal_espressif-3.7.0/zephyr/scripts/blobs/
Desp_genblobs.py45 with open(SUBMODULES) as f:
70 with open(path,"rb") as f:
80 with open(SUBMODULES) as f:
106 with open(MODULE_PATH, "w+") as f:
/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/src/
Decc_platform_specific.c80 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
82 fd = open("/dev/random", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc_platform_specific.c82 int fd = open("/dev/urandom", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
84 fd = open("/dev/random", O_RDONLY | O_CLOEXEC); in default_CSPRNG()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c758 tBTA_AV_API_OPEN *p_buf = &p_scb->q_info.open; in bta_av_switch_role()
851 p_scb->q_info.open.switch_res = BTA_AV_RS_DONE; in bta_av_role_res()
852 bta_av_do_disc_a2d (p_scb, (tBTA_AV_DATA *) & (p_scb->q_info.open)); in bta_av_role_res()
905 memcpy(&p_scb->q_info.open, &p_data->api_open, sizeof(tBTA_AV_API_OPEN)); in bta_av_do_disc_a2d()
920 p_data = (tBTA_AV_DATA *)&p_scb->q_info.open; in bta_av_do_disc_a2d()
1075 tBTA_AV_OPEN open; in bta_av_open_fail_sdp() local
1077 bdcpy(open.bd_addr, p_scb->peer_addr); in bta_av_open_fail_sdp()
1078 open.chnl = p_scb->chnl; in bta_av_open_fail_sdp()
1079 open.hndl = p_scb->hndl; in bta_av_open_fail_sdp()
1080 open.status = BTA_AV_FAIL_SDP; in bta_av_open_fail_sdp()
[all …]
/hal_espressif-3.7.0/components/esp_netif/test_apps/test_app_vfs_l2tap/main/
Dtest_vfs_l2tap.c237 int eth_tap_fd_send = open("/dev/net/tap", O_NONBLOCK); in send_task()
269 eth_tap_fd = open("/dev/net/tap", O_NONBLOCK);
282 eth_tap_fd = open("/dev/net/tap", O_NONBLOCK);
284 eth_tap_fd = open("/dev/super_tap", O_NONBLOCK);
309 task_control->eth_tap_fd = open("/dev/net/tap", 0); in open_read_task()
414 if ((eth_tap_fds[i] = open("/dev/net/tap", 0)) == -1) {
444 eth_tap_fd = open("/dev/net/tap", O_NONBLOCK);
564 eth_tap_fd = open("/dev/net/tap", 0);
624 eth_tap_fd = open("/dev/net/tap", 0);
688 eth_tap_fds[i] = open("/dev/net/tap", O_NONBLOCK); in multi_fds_task()
[all …]
/hal_espressif-3.7.0/tools/
Desp_bin2c_array.py29 with open(args.input, 'rb') as f:
33 with open(args.out, 'w') as f:
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c211 BTA_GATTC_Open(arg->open.gattc_if, arg->open.remote_bda, in btc_gattc_open()
212 arg->open.remote_addr_type, arg->open.is_direct, in btc_gattc_open()
213 transport, arg->open.is_aux); in btc_gattc_open()
897 tBTA_GATTC_OPEN *open = &arg->open; in btc_gattc_cb_handler() local
899 gattc_if = open->client_if; in btc_gattc_cb_handler()
900 param.open.status = open->status; in btc_gattc_cb_handler()
901 param.open.conn_id = BTC_GATT_GET_CONN_ID(open->conn_id); in btc_gattc_cb_handler()
902 memcpy(param.open.remote_bda, open->remote_bda, sizeof(esp_bd_addr_t)); in btc_gattc_cb_handler()
903 param.open.mtu = open->mtu; in btc_gattc_cb_handler()
/hal_espressif-3.7.0/components/mbedtls/esp_crt_bundle/test_gen_crt_bundle/
Dtest_gen_crt_bundle.py50 with open(test_crts_path + verified_der_bundle, 'rb') as f:
62 with open(test_crts_path + verified_pem_bundle, 'rb') as f:
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_act.c93 tBTA_AG_OPEN open; in bta_ag_cback_open() local
95 open.hdr.handle = bta_ag_scb_to_idx(p_scb); in bta_ag_cback_open()
96 open.hdr.app_id = p_scb->app_id; in bta_ag_cback_open()
97 open.hdr.status = status; in bta_ag_cback_open()
98 open.service_id = bta_ag_svc_id[p_scb->conn_service]; in bta_ag_cback_open()
101 bdcpy(open.bd_addr, p_data->api_open.bd_addr); in bta_ag_cback_open()
103 bdcpy(open.bd_addr, p_scb->peer_addr); in bta_ag_cback_open()
105 (*bta_ag_cb.p_cback)(BTA_AG_OPEN_EVT, (tBTA_AG *) &open); in bta_ag_cback_open()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avdt/
Davdt_ad.c351 tAVDT_OPEN open; in avdt_ad_tc_open_ind() local
377 open.peer_mtu = p_tbl->peer_mtu; in avdt_ad_tc_open_ind()
378 open.lcid = avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].lcid; in avdt_ad_tc_open_ind()
379 open.hdr.err_code = avdt_ad_tcid_to_type(p_tbl->tcid); in avdt_ad_tc_open_ind()
380 avdt_scb_event(p_scb, AVDT_SCB_TC_OPEN_EVT, (tAVDT_SCB_EVT *) &open); in avdt_ad_tc_open_ind()
/hal_espressif-3.7.0/components/esp_system/
Dcheck_system_init_priorities.py53 with open(filename, 'r') as f_obj:
83 with open(os.path.join(idf_path, STARTUP_ENTRIES_FILE), 'r') as startup_entries_expected_file:
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_control.c88 void btc_a2dp_control_set_datachnl_stat(BOOLEAN open) in btc_a2dp_control_set_datachnl_stat() argument
90 btc_aa_ctrl_cb.data_channel_open = open; in btc_a2dp_control_set_datachnl_stat()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_a2dp_control.h77 void btc_a2dp_control_set_datachnl_stat(BOOLEAN open);
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/
Desp_gattc_api.c76 arg.open.gattc_if = gattc_if; in esp_ble_gattc_open()
77 memcpy(arg.open.remote_bda, remote_bda, ESP_BD_ADDR_LEN); in esp_ble_gattc_open()
78 arg.open.remote_addr_type = remote_addr_type; in esp_ble_gattc_open()
79 arg.open.is_direct = is_direct; in esp_ble_gattc_open()
80 arg.open.is_aux = false; in esp_ble_gattc_open()
97 arg.open.gattc_if = gattc_if; in esp_ble_gattc_aux_open()
98 memcpy(arg.open.remote_bda, remote_bda, ESP_BD_ADDR_LEN); in esp_ble_gattc_aux_open()
99 arg.open.remote_addr_type = remote_addr_type; in esp_ble_gattc_aux_open()
100 arg.open.is_direct = is_direct; in esp_ble_gattc_aux_open()
101 arg.open.is_aux = true; in esp_ble_gattc_aux_open()
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse/
Demulate_efuse_controller_base.py28 bytes=open(self.efuse_file, "rb").read(),
35 self.mem.tofile(open(self.efuse_file, "a+b"))
85 with open(self.efuse_file, "wb") as f:
211 with open(self.efuse_file, "wb") as f:
Dutil.py33 with open(path_to_file, "r") as file:
/hal_espressif-3.7.0/tools/idf_monitor/idf_monitor_base/
Dserial_reader.py51 self.serial.open()
76 self.serial.open()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c574 param.open.conn_status = ESP_HIDH_CONN_STATE_CONNECTING; in btc_hh_connect()
579 param.open.conn_status = ESP_HIDH_CONN_STATE_DISCONNECTED; in btc_hh_connect()
581 param.open.status = ret; in btc_hh_connect()
582 param.open.handle = BTA_HH_INVALID_HANDLE; in btc_hh_connect()
583 memcpy(param.open.bd_addr, arg->connect.bd_addr, BD_ADDR_LEN); in btc_hh_connect()
584 param.open.is_orig = true; in btc_hh_connect()
1275 param.open.status = ESP_HIDH_ERR; in btc_hh_cb_handler()
1276 param.open.conn_status = ESP_HIDH_CONN_STATE_DISCONNECTED; in btc_hh_cb_handler()
1290 param.open.status = ESP_HIDH_OK; in btc_hh_cb_handler()
1291 param.open.conn_status = ESP_HIDH_CONN_STATE_CONNECTED; in btc_hh_cb_handler()
[all …]
Dbtc_hd.c432 param.open.status = ret; in btc_hd_connect()
433 param.open.conn_status = ESP_HIDD_CONN_STATE_DISCONNECTED; in btc_hd_connect()
434 memcpy(param.open.bd_addr, bd_addr, BD_ADDR_LEN); in btc_hd_connect()
746 param.open.status = p_data->conn.status; in btc_hd_cb_handler()
747 param.open.conn_status = p_data->conn.conn_status; in btc_hd_cb_handler()
748 memcpy(param.open.bd_addr, p_data->conn.bda, BD_ADDR_LEN); in btc_hd_cb_handler()
/hal_espressif-3.7.0/zephyr/scripts/pinctrl/
Desp_genpinctrl.py108 stream = open(pcfg_in, 'r')
120 f = open(file_tmp_abs, 'w')
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/l2cap/
Dbtc_l2cap.c651 param.open.status = ret; in btc_l2cap_connect()
652 param.open.handle = 0; in btc_l2cap_connect()
653 param.open.fd = -1; in btc_l2cap_connect()
654 param.open.tx_mtu = 0; in btc_l2cap_connect()
655 memset(param.open.rem_bda, 0, ESP_BD_ADDR_LEN); in btc_l2cap_connect()
784 param.open.status = ESP_BT_L2CAP_NO_CONNECTION; in btc_l2cap_cb_handler()
787 param.open.fd = slot->fd; in btc_l2cap_cb_handler()
789 param.open.status = p_data->l2c_open.status; in btc_l2cap_cb_handler()
791 param.open.handle = p_data->l2c_open.handle; in btc_l2cap_cb_handler()
792 param.open.tx_mtu = p_data->l2c_open.tx_mtu; in btc_l2cap_cb_handler()
[all …]
/hal_espressif-3.7.0/components/bt/host/bluedroid/hci/include/hci/
Dhci_hal.h58 bool (*open)(const hci_hal_callbacks_t *upper_callbacks, void *task_thread); member
/hal_espressif-3.7.0/tools/esptool_py/esptool/
Dbin_image.py109 with open(image_file, "rb") as f:
480 with open(
489 with open("%s0x00000.bin" % basename, "wb") as f:
581 with open(filename, "wb") as f:
613 with open(filename, "rb") as f:
615 with open(filename, "ab") as f:
906 with open(filename, "wb") as real_file:
1046 with open(filename, "wb") as real_file:
1242 with open(self.name, "rb") as f:
1419 with open(self.name, "rb") as f:

12345