Searched full:url (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.7.0/zephyr/ |
D | module.yml | 13 …url: https://github.com/espressif/esp32c3-bt-lib/raw/b438f60a295183e7c67eb42ae05f4580f4b1ced0/esp3… 15 doc-url: https://github.com/espressif/esp32c3-bt-lib 21 …url: https://github.com/espressif/esp32c3-bt-lib/raw/b438f60a295183e7c67eb42ae05f4580f4b1ced0/esp3… 23 doc-url: https://github.com/espressif/esp32c3-bt-lib 29 …url: https://github.com/espressif/esp32-bt-lib/raw/e1b3a29c58a452a6c017113686262094afd87042/esp32/… 31 doc-url: https://github.com/espressif/esp32-bt-lib 37 …url: https://github.com/espressif/esp32-wifi-lib/raw/e3e15870cb5d199a59867f66dd236e0d9ff5a127/esp3… 39 doc-url: https://github.com/espressif/esp32-wifi-lib 45 …url: https://github.com/espressif/esp32-wifi-lib/raw/e3e15870cb5d199a59867f66dd236e0d9ff5a127/esp3… 47 doc-url: https://github.com/espressif/esp32-wifi-lib [all …]
|
/hal_espressif-3.7.0/tools/idf_monitor/idf_monitor_base/ |
D | web_socket_client.py | 45 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)
|
D | argument_parser.py | 105 help='WebSocket URL for communicating with IDE tools for debugging purposes'
|
/hal_espressif-3.7.0/zephyr/scripts/blobs/ |
D | esp_genblobs.py | 34 url: {URL}/raw/{REV}/{SOC}/{FILENAME} 36 doc-url: {URL_BASE}''' 96 URL=git_url,
|
/hal_espressif-3.7.0/tools/esptool_py/docs/ |
D | README.md | 13 The above URL is for the master branch latest version. Click the drop-down in the bottom left to ch…
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/ |
D | wnm_sta.c | 891 char url[256]; in ieee802_11_rx_bss_trans_mgmt_req() local 895 "Management Request (URL)"); in ieee802_11_rx_bss_trans_mgmt_req() 898 os_memcpy(url, pos + 1, pos[0]); in ieee802_11_rx_bss_trans_mgmt_req() 899 url[pos[0]] = '\0'; in ieee802_11_rx_bss_trans_mgmt_req() 903 wpa_s->wnm_dissoc_timer * beacon_int * 128 / 125, url); in ieee802_11_rx_bss_trans_mgmt_req()
|
D | wpa_ctrl.h | 147 /* parameters: <PMF enabled> <timeout in ms> <Session Information URL> */
|
/hal_espressif-3.7.0/tools/esptool_py/ |
D | setup.py | 80 url="https://github.com/espressif/esptool/",
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_cfg.c | 476 0, /* length of URL in bytes */ 477 NULL, /* URL */
|
D | bta_dm_api.c | 220 APPL_TRACE_WARNING ("%s: URL is too long(%d), cut it to %d\n", in BTA_DmConfigEir()
|
D | bta_dm_act.c | 4286 /* if URL are provided in configuration */ in bta_dm_set_eir()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_bt_api.h | 112 uint16_t url_len; /*!< URL length, 0 by default */ 113 uint8_t *p_url; /*!< URL point */
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/wps/ |
D | wps.h | 793 * manufacturer_url - Manufacturer URL (optional for UPnP) 803 * model_url - Model URL (optional for UPnP)
|
/hal_espressif-3.7.0/tools/esptool_py/esptool/ |
D | loader.py | 546 # Pyserial only identifies regular ports, URL handlers are not supported
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 322 UINT8 bta_dm_eir_url_len; /* length of URL in bytes */ 323 UINT8 *bta_dm_eir_url; /* URL data */
|