Searched refs:bt_sdp_send (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | sdp.c | 213 static int bt_sdp_send(struct bt_l2cap_chan *chan, struct net_buf *buf, in bt_sdp_send() function 254 bt_sdp_send(chan, buf, BT_SDP_ERROR_RSP, tid); in send_err_rsp() 697 bt_sdp_send(&sdp->chan.chan, resp_buf, BT_SDP_SVC_SEARCH_RSP, tid); in sdp_svc_search_req() 1163 bt_sdp_send(&sdp->chan.chan, rsp_buf, BT_SDP_SVC_ATTR_RSP, tid); in sdp_svc_att_req() 1315 bt_sdp_send(&sdp->chan.chan, rsp_buf, BT_SDP_SVC_SEARCH_ATTR_RSP, in sdp_svc_search_att_req() 1556 return bt_sdp_send(&session->chan.chan, buf, BT_SDP_SVC_SEARCH_ATTR_REQ, in sdp_client_ssa_search()
|