/btstack/test/mesh/ |
H A D | simulator.py | 14 import select 319 (read_ready, write_ready, exception_ready) = select.select(read_fds,[],[], timeout) 321 (read_ready, write_ready, exception_ready) = select.select(read_fds,[],[])
|
/btstack/port/esp32/ |
H A D | README.md | 33 2. select `Component Config` 34 3. select `Bluetooth` and enable 35 4. select `Bluetooth Host` 36 5. select `Controller Only`
|
/btstack/port/esp32/components/btstack/ |
H A D | Kconfig.projbuild | 7 select an ESP32 board to use with BTstack.
|
/btstack/test/security_manager_sc/ |
H A D | sm_test.py | 13 import select 156 (read_ready, write_ready, exception_ready) = select.select(read_fds,[],[])
|
/btstack/port/renesas-ek-ra6m4a-da14531/ |
H A D | CMakeLists.txt | 7 # select arm-non-eabi toolchain 191 # select c file 194 # select GATT DB if it exists
|
/btstack/port/posix-h4-bcm/ |
H A D | README.md | 41 - select PatchRAM file based on HCI Read Local Version Information
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_timebase_rtc_wakeup_template.c | 129 #error Please select the RTC Clock source in HAL_InitTick()
|
H A D | stm32f4xx_hal_timebase_rtc_alarm_template.c | 122 #error Please select the RTC Clock source in HAL_InitTick()
|
/btstack/port/freebsd-netgraph/ |
H A D | README.md | 33 …o 'ubt0hci' by default. If your Bluetooth Controller is different, you can select it with '-u node'
|
/btstack/3rd-party/lc3-google/test/ |
H A D | spec.py | 773 x = xq - np.select([xq < 0, xq > 0], np.array([ xq_off, -xq_off ])) 801 x += np.select([x < 0, x > 0], np.array([ 0.375, -0.375 ])) 817 x += np.select([x < 0, x > 0], np.array([ 0.375, -0.375 ])) 830 xq = x + np.select([x < 0, x > 0], np.array([ 0.375, -0.375 ]))
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | sockets.h | 556 #define lwip_select select 653 #define select(maxfdp1,readset,writeset,exceptset,timeout) lwip_select(maxfdp1,readset,writeset… macro
|
/btstack/platform/posix/ |
H A D | btstack_run_loop_posix.c | 215 int res = select( highest_fd+1 , &descriptors_read, &descriptors_write, NULL, timeout); in btstack_run_loop_posix_execute()
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/_htmresc/ |
H A D | mini-st.css | 715 [type="password"], [type="url"], [type="tel"], [type="checkbox"], [type="radio"], textarea, select { selector 724 …="submit"]):not([type="reset"]):focus, textarea:hover, textarea:focus, select:hover, select:focus { 727 …eset"]):focus:invalid, textarea:invalid, textarea:focus:invalid, select:invalid, select:focus:inva… 730 …utton"]):not([type="submit"]):not([type="reset"])[readonly], textarea[readonly], select[readonly] { 733 select { selector 811 input:disabled, input[disabled], textarea:disabled, textarea[disabled], select:disabled, select[dis…
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | demand.c | 335 select(0,NULL,NULL,NULL,&tv); /* Sleep for 1 Seconds */
|
/btstack/doc/manual/docs-template/ |
H A D | integration.md | 36 managed in a linked list. Then, the *select* function is used to wait
|
H A D | how_to.md | 249 …egger_binary_get_instance()` for binary output. With the latter, you can select `HCI_DUMP_BLUEZ` o… 277 // select embedded run loop 379 - POSIX: implementation for POSIX systems based on the select() call. 453 select() call is used to wait for file descriptors to become ready to read or write,
|
/btstack/3rd-party/lwip/core/ |
H A D | UPGRADING | 262 * Added errorset support to select() + improved select speed overhead
|
H A D | CHANGELOG | 45 * sockets.c: alloc_socket(): Check for LWIP_SOCKET_POLL when setting select- 211 * select: allocate select_cb from memp for LWIP_MPU_COMPATIBLE = 1 (bug #51990) 245 * sockets.c: fixed that select ignored invalid/not open sockets in the fd_sets (bug #50392) 307 * sockets: Fixed bug #44032 (LWIP_NETCONN_FULLDUPLEX: select might work on 604 instead of using one per netconn and per select call 925 * sockets.c: Fixed select not reporting received FIN as 'readable' in certain 926 rare cases (bug #43779: select(), close(), and TCP retransmission error) 969 * sockets.c: fixed bug #43361 select() crashes with stale FDs 996 * sockts.c: fixed bugs #41495 Possible threading issue in select() and #43278 1365 windows (bug #34176 select after non-blocking send times out) [all …]
|
/btstack/port/qt-usb/ |
H A D | CMakeLists.txt | 126 # select POSIX vs Windows versions
|
/btstack/port/qt-h4/ |
H A D | CMakeLists.txt | 135 # select POSIX vs Windows versions
|