Home
last modified time | relevance | path

Searched full:sdp (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-latest/boards/adi/sdp_k1/doc/
Dindex.rst6 The EVAL-SDP-CK1Z (SDP-K1) controller board is a system demonstration platform
7 (SDP) from Analog Devices designed to connect to evaluation shields containing
22 - Arduino UNO and 120-pin SDP connectors
24 More information about the board can be found on the `ADI SDP-K1 website`_.
29 ADI SDP-K1 provides the following hardware components:
89 For more details please refer to `EVAL-SDP-CK1Z User Guide`_.
96 :alt: ADI SDP-K1 Arduino UNO headers pinout
98 ADI SDP-K1 (Credit: Analog Devices, Inc.)
100 120-pin SDP connector
105 :alt: ADI SDP-K1 120-pin SDP connector pinout
[all …]
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dsdp.h15 * @brief Service Discovery Protocol (SDP)
16 * @defgroup bt_sdp Service Discovery Protocol (SDP)
124 * See SDP Spec, section "Service Attribute Definitions" for more details.
200 #define BT_SDP_ATTR_HID_SDP_DISABLE 0x0208 /**< HID SDP Disable */
212 * These identifiers are based on the SDP spec stating that
226 * @name The Data representation in SDP PDUs (pps 339, 340 of BT SDP Spec)
286 /** @brief SDP Generic Data Element Value. */
294 /** @brief SDP Attribute Value. */
300 /** @brief SDP Service Record Value. */
357 * @brief SDP New Service Record Declaration Macro.
[all …]
/Zephyr-latest/drivers/usb/bc12/
DKconfig.pi3usb920112 (SDP/CDP/DCP) advertisement when in host mode. In portable device or
34 driver automatically sets the charging mode to SDP (Standard
39 before switching to SDP mode, so the attached portable device can
/Zephyr-latest/dts/bindings/gpio/
Dadi,sdp-120.yaml7 GPIO pins exposed on a Analog devices SDP interface.
9 120-pin SDP interface:
72 compatible: "adi,sdp-120"
Dadi,max22190-gpio.yaml31 drdy-gpios = <&gpioj 12 GPIO_ACTIVE_LOW>; /* SDP-GPIO5 - PMOD-PIN8 */
32 fault-gpios = <&gpioc 11 GPIO_ACTIVE_LOW>; /* SDP-SERIAL_INT - PMOD-PIN7 */
33 latch-gpios = <&gpioj 13 GPIO_ACTIVE_LOW>; /* SDP-GPIO6 - PMOD-PIN9 */
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp_internal.h10 * The PDU identifiers of SDP packets between client and server
32 * SDP Error codes
68 /* Type mapping SDP PDU Continuation State */
Dsdp.c17 #include <zephyr/bluetooth/classic/sdp.h>
61 /* SDP record handle size */
75 /* Pool for outgoing SDP packets */
87 /* required SDP transaction ID */
114 struct bt_sdp *sdp; member
126 * @brief SDP attribute iterator callback.
139 * @brief SDP service record iterator callback.
150 /* @brief Callback for SDP connection
152 * Gets called when an SDP connection is established
164 struct bt_sdp *sdp = CONTAINER_OF(ch, struct bt_sdp, chan); in bt_sdp_connected() local
[all …]
DCMakeLists.txt19 sdp.c
/Zephyr-latest/boards/adi/sdp_k1/
Dadi_sdp_120pin_connector.dtsi8 #include <dt-bindings/gpio/adi-sdp-120.h>
12 compatible = "adi,sdp-120";
17 /* pin map */ /* sdp-120 */
101 * Note from sdp-k1 schematic for overlapping signals
103 * NOTE: SOME OF THE SPI & QUADSPI SIGNALS ON THE SDP
106 * THE SDP CONNECTOR SIMULTANEOUSLY.
Dboard.yml3 full_name: SDP-K1
DKconfig.defconfig1 # ADI SDP-K1 board configuration
Dadi_sdp_k1.yaml2 name: ADI SDP-K1
Dadi_sdp_k1.dts14 model = "Analog Devices Inc. SDP-K1 board";
15 compatible = "adi,sdp-k1";
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dadi-sdp-120.h8 * @brief SDP-120 GPIO index definitions
10 * Defines meant to be used in conjunction with the "adi,sdp-120"
11 * ADI SDP-120 mapping.
33 * @brief IO[n] signal on a SDP-120 GPIO nexus node following
/Zephyr-latest/boards/snps/emsdp/support/
Dopenocd.cfg10 # EM SDP has built-in FT2232 chip, which is similar to Digilent HS-1.
35 # EM SDP IDENTITY is 0x200444b1
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dsdp.rst3 Service Discovery Protocol (SDP)
Dindex.rst14 sdp.rst
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c28 #include <zephyr/bluetooth/classic/sdp.h>
384 shell_print(ctx_shell, "SDP HFPAG data@%p (len %u) hint %u from" in sdp_hfp_ag_user()
425 shell_print(ctx_shell, "No SDP HFPAG data from remote %s", in sdp_hfp_ag_user()
444 shell_print(ctx_shell, "SDP A2SRC data@%p (len %u) hint %u from" in sdp_a2src_user()
491 shell_print(ctx_shell, "No SDP A2SRC data from remote %s", in sdp_a2src_user()
536 shell_print(sh, "SDP UUID \'%s\' gets applied", action); in cmd_sdp_find_record()
540 shell_error(sh, "SDP discovery failed: err %d", err); in cmd_sdp_find_record()
544 shell_print(sh, "SDP discovery started"); in cmd_sdp_find_record()
562 SHELL_CMD_ARG(sdp-find, NULL, "<HFPAG>", cmd_sdp_find_record, 2, 0),
/Zephyr-latest/dts/bindings/usb/
Dusb-bc12.yaml17 - BC12_TYPE_SDP: Device supports SDP (standard downstream port)
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c22 #include <zephyr/bluetooth/classic/sdp.h>
126 printk("Fail to parser RFCOMM the SDP response!\n"); in sdp_discover_cb()
165 * Do an SDP Query on Successful ACL connection complete with the in connected()
170 printk("SDP discovery failed (err %d)\r\n", res); in connected()
172 printk("SDP discovery started\r\n"); in connected()
/Zephyr-latest/boards/snps/emsdp/doc/
Dindex.rst6 The DesignWare® ARC® EM Software Development Platform (SDP) is a flexible platform
13 (EM SDP) <https://www.synopsys.com/dw/ipdir.php?ds=arc-em-software-development-platform>`__
70 To configure the FPGA, The ARC EM SDP offers a single USB 2.0 host port, which is
73 When connected using the USB cable to a PC, the ARC EM SDP presents itself as a mass
79 <https://embarc.org/project/arc-em-software-development-platform-sdp/>`__
100 The ARC EM SDP features three 12-pin Pmod connectors: Pmod_A, Pmod_B, and Pmod_C.
107 The ARC EM SDP provides an Arduino shield interface. Multiplexing is controlled by software
/Zephyr-latest/tests/drivers/usb/bc12/src/
Dpd_mode.c72 /* Connect a SDP charging partner to the emulator */ in ZTEST_USER_F()
81 * Note that in SDP mode, the USB device is limited to 2.5 mA until in ZTEST_USER_F()
85 * for SDP ports or when BC1.2 detection fails. in ZTEST_USER_F()
/Zephyr-latest/doc/hardware/peripherals/
Dbc12.rst29 Maximum Configured Current when connected to a SDP ICFG_MAX 500 mA
66 To comply with the USB 2.0 specification, when the driver detects a SDP
/Zephyr-latest/doc/connectivity/bluetooth/
Dfeatures.rst87 * Service Discovery Protocol (SDP)
/Zephyr-latest/boards/snps/hsdk/support/
Dopenocd-2-cores.cfg6 # SDP has built-in FT2232 chip, which is similar to Digilent HS-1, except that

12