/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_inq.c | 161 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval) in BTM_SetDiscoverability() argument 185 if (!window) { in BTM_SetDiscoverability() 186 window = BTM_DEFAULT_DISC_WINDOW; in BTM_SetDiscoverability() 194 inq_mode, window, interval); in BTM_SetDiscoverability() 200 if (window < HCI_MIN_INQUIRYSCAN_WINDOW || in BTM_SetDiscoverability() 201 window > HCI_MAX_INQUIRYSCAN_WINDOW || in BTM_SetDiscoverability() 204 window > interval) { in BTM_SetDiscoverability() 229 if ((window != btm_cb.btm_inq_vars.inq_scan_window) || in BTM_SetDiscoverability() 231 if (btsnd_hcic_write_inqscan_cfg (interval, window)) { in BTM_SetDiscoverability() 232 btm_cb.btm_inq_vars.inq_scan_window = window; in BTM_SetDiscoverability() [all …]
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | scan.c | 307 .window = SCAN_WINDOW, in bt_mesh_scan_enable() 350 .window = SCAN_WINDOW, in bt_mesh_scan_with_wl_enable()
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_now.h | 364 esp_err_t esp_now_set_wake_window(uint16_t window);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 255 if (param->window < 0x0004 || param->window > 0x4000) { in valid_scan_param() 259 if (param->window > param->interval) { in valid_scan_param() 266 static int start_le_scan(uint8_t scan_type, uint16_t interval, uint16_t window, in start_le_scan() argument 273 BTM_BleSetScanFilterParams(client_if, interval, window, scan_type, addr_type_own, in start_le_scan() 490 err = start_le_scan(param->type, param->interval, param->window, in bt_le_scan_start()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_bearer_adapt.h | 424 uint16_t window; member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/ |
D | mesh_bearer_adapt.c | 587 static int start_le_scan(uint8_t scan_type, uint16_t interval, uint16_t window, uint8_t filter_dup) in start_le_scan() argument 592 scan_param.window = window; in start_le_scan() 990 err = start_le_scan(param->type, param->interval, param->window, param->filter_dup); in bt_le_scan_start()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hcicmds.c | 1151 BOOLEAN btsnd_hcic_write_pagescan_cfg(UINT16 interval, UINT16 window) in btsnd_hcic_write_pagescan_cfg() argument 1169 UINT16_TO_STREAM (pp, window); in btsnd_hcic_write_pagescan_cfg() 1175 BOOLEAN btsnd_hcic_write_inqscan_cfg(UINT16 interval, UINT16 window) in btsnd_hcic_write_inqscan_cfg() argument 1193 UINT16_TO_STREAM (pp, window); in btsnd_hcic_write_inqscan_cfg()
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 165 int "WiFi AMPDU TX BA window size" 171 … Set the size of WiFi Block Ack TX window. Generally a bigger value means higher throughput but 183 int "WiFi AMPDU RX BA window size" 190 …Set the size of WiFi Block Ack RX window. Generally a bigger value means higher throughput and bet…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 592 UINT16 window); /* Write Page Scan Activity */ 601 BOOLEAN btsnd_hcic_write_inqscan_cfg(UINT16 interval, UINT16 window);
|
D | btm_api.h | 2293 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, 2445 tBTM_STATUS BTM_SetConnectability (UINT16 page_mode, UINT16 window,
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | flashing-firmware.rst | 56 …d is hidden from the user by default. To expose it, open the preferences window and check the ``Sh…
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 280 … BLE Sleep Clock Accuracy(SCA) for the local device is used to estimate window widening in BLE 282 … needs a larger RX window to synchronize with master in each anchor point, thus resulting in an
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 2883 UINT16 connectability, window, interval; in gatt_update_listen_mode() local 2900 connectability = BTM_ReadConnectability (&window, &interval); in gatt_update_listen_mode()
|
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 126 2^64 bits, which is an extremely large window.
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | troubleshooting.rst | 18 …pitfall is leaving a serial terminal accessing this port open in another window and forgetting abo…
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 935 UINT16 window, interval; in bta_dm_set_visibility() local 936 UINT16 disc_mode = BTM_ReadDiscoverability(&window, &interval); in bta_dm_set_visibility() 937 UINT16 conn_mode = BTM_ReadConnectability(&window, &interval); in bta_dm_set_visibility()
|