Searched refs:bt_sdp_send (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sdp.c | 216 static int bt_sdp_send(struct bt_l2cap_chan *chan, struct net_buf *buf, in bt_sdp_send() function 257 bt_sdp_send(chan, buf, BT_SDP_ERROR_RSP, tid); in send_err_rsp() 700 bt_sdp_send(&sdp->chan.chan, resp_buf, BT_SDP_SVC_SEARCH_RSP, tid); in sdp_svc_search_req() 1173 bt_sdp_send(&sdp->chan.chan, rsp_buf, BT_SDP_SVC_ATTR_RSP, tid); in sdp_svc_att_req() 1326 bt_sdp_send(&sdp->chan.chan, rsp_buf, BT_SDP_SVC_SEARCH_ATTR_RSP, in sdp_svc_search_att_req() 1537 return bt_sdp_send(&session->chan.chan, buf, BT_SDP_SVC_SEARCH_REQ, session->tid); in sdp_client_ss_search() 1582 return bt_sdp_send(&session->chan.chan, buf, BT_SDP_SVC_ATTR_REQ, session->tid); in sdp_client_sa_search() 1653 return bt_sdp_send(&session->chan.chan, buf, BT_SDP_SVC_SEARCH_ATTR_REQ, in sdp_client_ssa_search()
|