Home
last modified time | relevance | path

Searched full:classic (Results 1 – 25 of 72) sorted by relevance

123

/Zephyr-Core-3.7.0/samples/bluetooth/handsfree_ag/
DREADME.rst14 * Running on the host with Bluetooth BR/EDR (Classic) support, or
15 * A board with Bluetooth BR/EDR (Classic) support
/Zephyr-Core-3.7.0/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_simplified.drawio28 …y=0;strokeColor=default;fontSize=16;startArrow=none;startFill=0;endArrow=classic;endFill=1;fillCol…
34 …yDx=0;entryDy=0;strokeColor=default;startArrow=none;startFill=0;endArrow=classic;endFill=1;fillCol…
43 …itDx=0;exitDy=0;strokeColor=default;startArrow=none;startFill=0;endArrow=classic;endFill=1;fillCol…
55 …tryPerimeter=0;strokeColor=default;fontSize=16;startArrow=classic;startFill=1;endArrow=classic;end…
60 …y=0;strokeColor=default;fontSize=16;startArrow=none;startFill=0;endArrow=classic;endFill=1;fillCol…
71 …Dx=0;entryDy=0;strokeColor=default;fontSize=16;startArrow=classic;startFill=1;endArrow=classic;end…
74 …tDx=0;exitDy=0;strokeColor=default;fontSize=16;startArrow=classic;startFill=1;endArrow=classic;end…
85 …<mxCell id="Db8zi3n4dXzB52SZQf6J-153" value="" style="endArrow=classic;html=1;rounded=0;comic=0;sk…
Dintegration_diagram_detailed.drawio49 …itY=0;exitDx=0;exitDy=0;fillColor=default;strokeColor=default;startArrow=classic;startFill=1;entry…
63 …0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=default;startArrow=classic;startFill=1;fillC…
73 …0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;strokeColor=default;startArrow=classic;startFill=1;fillC…
92 …0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;strokeColor=default;startArrow=classic;startFill=1;fillC…
95 …tml=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;strokeColor=default;startArrow=classic;startFill=1;fillC…
98 …0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;strokeColor=default;startArrow=classic;startFill=1;fillC…
101 …<mxCell id="Db8zi3n4dXzB52SZQf6J-68" value="" style="shape=flexArrow;endArrow=classic;html=1;round…
120 …zi3n4dXzB52SZQf6J-76" value="" style="shape=flexArrow;endArrow=classic;startArrow=classic;html=1;r…
126 …zi3n4dXzB52SZQf6J-77" value="" style="shape=flexArrow;endArrow=classic;startArrow=classic;html=1;r…
144 …yDx=0;entryDy=0;strokeColor=default;startArrow=none;startFill=0;endArrow=classic;endFill=1;fillCol…
[all …]
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Da2dp_codec_sbc.c15 #include <zephyr/bluetooth/classic/a2dp_codec_sbc.h>
16 #include <zephyr/bluetooth/classic/a2dp.h>
DKconfig1 # Bluetooth Classic configuration options
7 menu "Bluetooth Classic Options"
/Zephyr-Core-3.7.0/samples/
Dclassic.rst3 Classic Samples
Dindex.rst13 classic
/Zephyr-Core-3.7.0/samples/subsys/portability/cmsis_rtos_v2/philosophers/
DREADME.rst9 <https://en.wikipedia.org/wiki/Dining_philosophers_problem>`_ (a classic
53 problem (a classic multi-thread synchronization problem) using
/Zephyr-Core-3.7.0/tests/drivers/can/api/
DCMakeLists.txt8 target_sources(app PRIVATE src/classic.c)
/Zephyr-Core-3.7.0/samples/subsys/portability/cmsis_rtos_v1/philosophers/
DREADME.rst9 <https://en.wikipedia.org/wiki/Dining_philosophers_problem>`_ (a classic
53 problem (a classic multi-thread synchronization problem) using
/Zephyr-Core-3.7.0/samples/bluetooth/handsfree/
DREADME.rst15 * A board with Bluetooth BR/EDR (Classic) support
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/
Dfeatures.rst36 BT Classic) on Nordic Semiconductor hardware.
82 * Basic Bluetooth BR/EDR (Classic) support
/Zephyr-Core-3.7.0/tests/drivers/can/api/src/
Dcanfd.c242 * @brief Test send/receive with standard (11-bit) CAN IDs and classic CAN frames.
260 * @brief Test send/receive with (11-bit) CAN IDs, mixed classic and CAN FD frames.
294 /* Add classic CAN and CAN FD filter */ in check_filters_preserved_between_modes()
298 /* Verify classic filter in first mode */ in check_filters_preserved_between_modes()
327 /* Verify classic filter in second mode */ in check_filters_preserved_between_modes()
361 * @brief Test that CAN RX filters are preserved through CAN controller mode changes between classic
371 * and classic CAN.
/Zephyr-Core-3.7.0/subsys/canbus/isotp/
DKconfig56 (for classic CAN) and unused bytes must be padded by the sending
83 CAN_MAX_DLEN - 1 (for classic CAN : 8 - 1 = 7, for CAN FD : 64 - 1 = 63).
/Zephyr-Core-3.7.0/tests/bluetooth/at/src/
Dmain.c13 #include "subsys/bluetooth/host/classic/at.h"
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/
Dindex.rst6 Bluetooth Classic Host and profiles
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Drfcomm.c27 #include <zephyr/bluetooth/classic/rfcomm.h>
28 #include <zephyr/bluetooth/classic/sdp.h>
/Zephyr-Core-3.7.0/samples/bluetooth/handsfree_ag/src/
Dmain.c21 #include <zephyr/bluetooth/classic/rfcomm.h>
22 #include <zephyr/bluetooth/classic/sdp.h>
23 #include <zephyr/bluetooth/classic/hfp_ag.h>
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
DCMakeLists.txt6 add_subdirectory_ifdef(CONFIG_BT_CLASSIC classic)
/Zephyr-Core-3.7.0/modules/mbedtls/configs/
Dconfig-threadnet.h27 * - no RSA or classic DH, fully based on ECC
Dconfig-thread.h55 * - no RSA or classic DH, fully based on ECC
Dconfig-suite-b.h53 * - no RSA or classic DH, fully based on ECC
/Zephyr-Core-3.7.0/include/zephyr/arch/arm64/
Dsys_io.h28 * We need to use explicit assembler instruction there, because with classic
/Zephyr-Core-3.7.0/samples/bluetooth/handsfree/src/
Dmain.c19 #include <zephyr/bluetooth/classic/hfp_hf.h>
/Zephyr-Core-3.7.0/doc/releases/
Dmigration-guide-4.0.rst98 Bluetooth Classic

123