Home
last modified time | relevance | path

Searched full:url (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/zephyr/
Dmodule.yml13url: https://github.com/espressif/esp32c3-bt-lib/raw/ed99228396aaa18935b575d600bc19da38dc4746/esp3…
15 doc-url: https://github.com/espressif/esp32c3-bt-lib
21url: https://github.com/espressif/esp32c3-bt-lib/raw/ed99228396aaa18935b575d600bc19da38dc4746/esp3…
23 doc-url: https://github.com/espressif/esp32c3-bt-lib
29url: https://github.com/espressif/esp32c3-bt-lib/raw/ed99228396aaa18935b575d600bc19da38dc4746/esp3…
31 doc-url: https://github.com/espressif/esp32c3-bt-lib
37url: https://github.com/espressif/esp32c3-bt-lib/raw/ed99228396aaa18935b575d600bc19da38dc4746/esp3…
39 doc-url: https://github.com/espressif/esp32c3-bt-lib
45url: https://github.com/espressif/esp32-bt-lib/raw/35fb599d3733f50254c056171edebcaa3c57d06b/esp32/…
47 doc-url: https://github.com/espressif/esp32-bt-lib
[all …]
/hal_espressif-latest/tools/esptool_py/ci/
Ddownload_flasher_stubs.py58 The binaries in JSON format distributed in this directory are {LICENSE}. They were released at {URL
75 url = "/".join((stub_set["DOWNLOAD_URL"], stub_set["VERSION"], file))
77 print(f"Downloading {url} to {dest}")
78 urllib.request.urlretrieve(url, dest)
85 URL="/".join((stub_set["TAG_URL"], stub_set["VERSION"])),
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dweb_socket_client.py45 def __init__(self, url): # type: (str) -> None argument
46 self.url = url
51 Connect to WebSocket server at url
57 self.ws = websocket.create_connection(self.url)
Dargument_parser.py105 help='WebSocket URL for communicating with IDE tools for debugging purposes'
/hal_espressif-latest/zephyr/scripts/blobs/
Desp_genblobs.py34 url: {URL}/raw/{REV}/{SOC}/{FILENAME}
36 doc-url: {URL_BASE}'''
96 URL=git_url,
/hal_espressif-latest/tools/esptool_py/docs/
DREADME.md13 The above URL is for the master branch latest version. Click the drop-down in the bottom left to ch…
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwnm_sta.c893 char url[256]; in ieee802_11_rx_bss_trans_mgmt_req() local
897 "Management Request (URL)"); in ieee802_11_rx_bss_trans_mgmt_req()
900 os_memcpy(url, pos + 1, pos[0]); in ieee802_11_rx_bss_trans_mgmt_req()
901 url[pos[0]] = '\0'; in ieee802_11_rx_bss_trans_mgmt_req()
905 wpa_s->wnm_dissoc_timer * beacon_int * 128 / 125, url); in ieee802_11_rx_bss_trans_mgmt_req()
Dwpa_ctrl.h147 /* parameters: <PMF enabled> <timeout in ms> <Session Information URL> */
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_cfg.c477 0, /* length of URL in bytes */
478 NULL, /* URL */
Dbta_dm_api.c236 APPL_TRACE_WARNING ("%s: URL is too long(%d), cut it to %d\n", in BTA_DmConfigEir()
Dbta_dm_act.c4336 /* if URL are provided in configuration */ in bta_dm_set_eir()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps.h793 * manufacturer_url - Manufacturer URL (optional for UPnP)
803 * model_url - Model URL (optional for UPnP)
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h142 uint16_t url_len; /*!< URL length, 0 by default */
143 uint8_t *p_url; /*!< URL point */
/hal_espressif-latest/tools/esptool_py/esptool/
Dloader.py564 # Pyserial only identifies regular ports, URL handlers are not supported
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h323 UINT8 bta_dm_eir_url_len; /* length of URL in bytes */
324 UINT8 *bta_dm_eir_url; /* URL data */