Home
last modified time | relevance | path

Searched refs:select (Results 1 – 20 of 20) sorted by relevance

/btstack/test/mesh/
H A Dsimulator.py14 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 DREADME.md33 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 DKconfig.projbuild7 select an ESP32 board to use with BTstack.
/btstack/test/security_manager_sc/
H A Dsm_test.py13 import select
156 (read_ready, write_ready, exception_ready) = select.select(read_fds,[],[])
/btstack/port/renesas-ek-ra6m4a-da14531/
H A DCMakeLists.txt7 # select arm-non-eabi toolchain
191 # select c file
194 # select GATT DB if it exists
/btstack/port/posix-h4-bcm/
H A DREADME.md41 - select PatchRAM file based on HCI Read Local Version Information
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_timebase_rtc_wakeup_template.c129 #error Please select the RTC Clock source in HAL_InitTick()
H A Dstm32f4xx_hal_timebase_rtc_alarm_template.c122 #error Please select the RTC Clock source in HAL_InitTick()
/btstack/port/freebsd-netgraph/
H A DREADME.md33 …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 Dspec.py773 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 Dsockets.h556 #define lwip_select select
653 #define select(maxfdp1,readset,writeset,exceptset,timeout) lwip_select(maxfdp1,readset,writeset… macro
/btstack/platform/posix/
H A Dbtstack_run_loop_posix.c215 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 Dmini-st.css715 [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 Ddemand.c335 select(0,NULL,NULL,NULL,&tv); /* Sleep for 1 Seconds */
/btstack/doc/manual/docs-template/
H A Dintegration.md36 managed in a linked list. Then, the *select* function is used to wait
H A Dhow_to.md249 …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 DUPGRADING262 * Added errorset support to select() + improved select speed overhead
H A DCHANGELOG45 * 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 DCMakeLists.txt126 # select POSIX vs Windows versions
/btstack/port/qt-h4/
H A DCMakeLists.txt135 # select POSIX vs Windows versions