Searched refs:sdp (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | sdp.c | 111 struct bt_sdp *sdp; member 161 struct bt_sdp *sdp = CONTAINER_OF(ch, struct bt_sdp, chan); in bt_sdp_connected() local 165 k_fifo_init(&sdp->partial_resp_queue); in bt_sdp_connected() 182 struct bt_sdp *sdp = CONTAINER_OF(ch, struct bt_sdp, chan); in bt_sdp_disconnected() local 186 (void)memset(sdp, 0, sizeof(*sdp)); in bt_sdp_disconnected() 578 static uint16_t sdp_svc_search_req(struct bt_sdp *sdp, struct net_buf *buf, in sdp_svc_search_req() argument 659 if ((MIN(SDP_MTU, sdp->chan.tx.mtu) - resp_buf->len) < in sdp_svc_search_req() 697 bt_sdp_send(&sdp->chan.chan, resp_buf, BT_SDP_SVC_SEARCH_RSP, tid); in sdp_svc_search_req() 854 space = MIN(SDP_MTU, sad->sdp->chan.tx.mtu) - in select_attrs() 941 static uint16_t create_attr_list(struct bt_sdp *sdp, struct bt_sdp_record *record, in create_attr_list() argument [all …]
|
D | CMakeLists.txt | 22 sdp.c
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/ |
D | index.rst | 29 sdp.rst
|
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/ |
D | bredr.c | 547 SHELL_CMD_ARG(sdp-find, NULL, "<HFPAG>", cmd_sdp_find_record, 2, 0),
|
/Zephyr-Core-3.5.0/boards/arc/emsdp/doc/ |
D | index.rst | 87 <https://embarc.org/project/arc-em-software-development-platform-sdp/>`__
|
/Zephyr-Core-3.5.0/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
|