Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 25 of 123) sorted by relevance

12345

/Zephyr-latest/samples/drivers/led/is31fl3733/
DKconfig10 Set this to match the number of SW LED sink connections
18 Set this to match the number of CS LED source connections wired up
/Zephyr-latest/boards/beagle/beagleconnect_freedom/doc/
Dindex.rst35 :alt: Front connections
37 BeagleConnect Freedom front connections
42 :alt: Back connections
44 BeagleConnect Freedom back connections
/Zephyr-latest/samples/net/sockets/echo_async/
DREADME.rst14 supporting both IPv4 and IPv6 with concurrent connections, limiting
15 maximum number of simultaneous connections, and basic error handling.
37 After the sample starts, it expects connections at 192.0.2.1 (IPv4), or
47 supports multiple concurrent client connections. You can open
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/
DREADME.rst5 Implement a simple HTTP server supporting simultaneous connections using BSD sockets.
13 except it has support for multiple simultaneous connections, TLS and
40 After the sample starts, it expects connections at 192.0.2.1 or 2001:db8::1,
DKconfig9 int "How many connections to serve at the same time"
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.c32 static struct btp_bap_unicast_connection connections[CONFIG_BT_MAX_CONN]; variable
348 u_conn = &connections[bt_conn_index(conn)]; in lc3_config()
514 u_conn = &connections[u_stream->conn_id]; in stream_configured()
586 u_conn = &connections[u_stream->conn_id]; in stream_released()
857 u_conn = &connections[bt_conn_index(conn)]; in endpoint_cb()
944 u_conn = &connections[bt_conn_index(conn)]; in btp_bap_discover()
1100 struct btp_bap_unicast_connection *unicast_conn = &connections[i]; in btp_bap_unicast_group_create()
1253 u_conn = &connections[bt_conn_index(conn)]; in btp_ascs_configure_codec()
1369 u_conn = &connections[bt_conn_index(conn)]; in btp_ascs_enable()
1403 u_conn = &connections[bt_conn_index(conn)]; in btp_ascs_disable()
[all …]
/Zephyr-latest/doc/hardware/peripherals/
Dps2.rst12 keyboard connections. Starting around 2007, USB
/Zephyr-latest/samples/bluetooth/peripheral_identity/
DREADME.rst5 Use multiple identities to allow connections from multiple central devices.
/Zephyr-latest/boards/mikroe/clicker_2/doc/
Dmikroe_clicker_2.rst14 The Clicker 2 board contains the following connections:
17 - Two headers with general connections
35 For connections on the edge connectors, please refer to `Clicker 2 for STM32 User Manual`_.
/Zephyr-latest/boards/shields/tcan4550evm/
Dtcan4550evm.overlay22 /* reduced spi-max-frequency to accommodate flywire connections */
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dconnection_mgmt.rst7 to represent connections to other devices. The internals of this struct
26 An application may track connections by registering a
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst262 change_volume :Change volume on all connections <volume>
263 change_volume_mute :Change volume mute state on all connections <mute>
266 change_microphone_mute :Change microphone mute state on all connections <mute>
302 Setting volume to 15 on 2 connections
332 Setting volume offset on 1 connections
338 Setting volume offset on 2 connections
364 Setting volume mute to 1 on 2 connections
371 Setting volume mute to 0 on 2 connections
398 Setting microphone mute to 1 on 2 connections
405 Setting microphone mute to 0 on 2 connections
[all …]
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/
DREADME.rst12 accept connections that are secured using security level 4 (FIPS).
/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig33 Option to use WPA2 Security for Wi-Fi connections.
39 Option to use WPA3 Security for Wi-Fi connections.
/Zephyr-latest/samples/net/sockets/echo_async_select/
DREADME.rst35 After the sample starts, it expects connections at 192.0.2.1 (IPv4), or
45 supports multiple concurrent client connections. You can open
/Zephyr-latest/boards/shields/npm1100_ek/doc/
Dindex.rst24 supports the Arduino connector. The connections are:
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst237 Info : Listening on port 6666 for tcl connections
238 Info : Listening on port 4444 for telnet connections
251 Info : Listening on port 3333 for gdb connections
280 Info : Listening on port 6666 for tcl connections
281 Info : Listening on port 4444 for telnet connections
292 Info : Listening on port 3333 for gdb connections
306 Info : Listening on port 6666 for tcl connections
307 Info : Listening on port 4444 for telnet connections
319 Info : Listening on port 3333 for gdb connections
/Zephyr-latest/samples/subsys/logging/ble_backend/
DREADME.rst12 with already existing apps to debug Bluetooth connections over UART.
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst35 2. [Peripheral] Listen to ISO connections
/Zephyr-latest/subsys/net/lib/zperf/
DKconfig44 Upper size limit for connections handled by zperf.
/Zephyr-latest/samples/boards/st/uart/single_wire/
DREADME.rst20 Refer to the specific board overlay file for the exact pin connections.
/Zephyr-latest/samples/posix/gettimeofday/
DREADME.rst20 - NAT/routing should be set up to allow connections to the Internet
/Zephyr-latest/boards/arduino/nano_33_iot/doc/
Dindex.rst30 connections. Download the `schematic`_ for more detail.
90 connections.
/Zephyr-latest/tests/drivers/regulator/voltage/boards/
Dmimxrt685_evk_mimxrt685s_cm33.overlay32 /* Note: make the following connections to run test on an RT685:
/Zephyr-latest/samples/subsys/dap/
DREADME.rst19 e.g. if the SWD connections are multiplexed.

12345