Searched refs:sdp (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/boards/adi/sdp_k1/ |
D | adi_sdp_120pin_connector.dtsi | 8 #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
|
D | adi_sdp_k1.dts | 15 compatible = "adi,sdp-k1";
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sdp.c | 114 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 …]
|
D | CMakeLists.txt | 19 sdp.c
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | index.rst | 14 sdp.rst
|
/Zephyr-latest/boards/adi/sdp_k1/doc/ |
D | index.rst | 162 …www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/sdp-k1.html
|
/Zephyr-latest/subsys/bluetooth/host/classic/shell/ |
D | bredr.c | 562 SHELL_CMD_ARG(sdp-find, NULL, "<HFPAG>", cmd_sdp_find_record, 2, 0),
|
/Zephyr-latest/boards/snps/emsdp/doc/ |
D | index.rst | 79 <https://embarc.org/project/arc-em-software-development-platform-sdp/>`__
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 1248 * :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
|