Home
last modified time | relevance | path

Searched refs:sdp (Results 1 – 9 of 9) sorted by relevance

/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
Dadi_sdp_k1.dts15 compatible = "adi,sdp-k1";
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c114 struct bt_sdp *sdp; member
164 struct bt_sdp *sdp = CONTAINER_OF(ch, struct bt_sdp, chan); in bt_sdp_connected() local
168 k_fifo_init(&sdp->partial_resp_queue); in bt_sdp_connected()
185 struct bt_sdp *sdp = CONTAINER_OF(ch, struct bt_sdp, chan); in bt_sdp_disconnected() local
189 (void)memset(sdp, 0, sizeof(*sdp)); in bt_sdp_disconnected()
581 static uint16_t sdp_svc_search_req(struct bt_sdp *sdp, struct net_buf *buf, in sdp_svc_search_req() argument
662 if ((MIN(SDP_MTU, sdp->chan.tx.mtu) - resp_buf->len) < in sdp_svc_search_req()
700 bt_sdp_send(&sdp->chan.chan, resp_buf, BT_SDP_SVC_SEARCH_RSP, tid); in sdp_svc_search_req()
857 space = MIN(SDP_MTU, sad->sdp->chan.tx.mtu) - in select_attrs()
944 static uint16_t create_attr_list(struct bt_sdp *sdp, struct bt_sdp_record *record, in create_attr_list() argument
[all …]
DCMakeLists.txt19 sdp.c
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dindex.rst14 sdp.rst
/Zephyr-latest/boards/adi/sdp_k1/doc/
Dindex.rst162 …www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/sdp-k1.html
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c562 SHELL_CMD_ARG(sdp-find, NULL, "<HFPAG>", cmd_sdp_find_record, 2, 0),
/Zephyr-latest/boards/snps/emsdp/doc/
Dindex.rst79 <https://embarc.org/project/arc-em-software-development-platform-sdp/>`__
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1248 * :github:`38116` - [Coverity CID: 239601] Untrusted loop bound in subsys/bluetooth/host/sdp.c
1837 * :github:`33052` - [Coverity CID :219624] Untrusted loop bound in subsys/bluetooth/host/sdp.c
1838 * :github:`33041` - [Coverity CID :219645] Untrusted loop bound in subsys/bluetooth/host/sdp.c