Home
last modified time | relevance | path

Searched refs:bt_sdp_hdr (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp_internal.h47 struct bt_sdp_hdr { struct
Dsdp.c37 #define SDP_MTU (SDP_DATA_MTU + sizeof(struct bt_sdp_hdr))
206 return bt_l2cap_create_pdu(&sdp_pool, sizeof(struct bt_sdp_hdr)); in bt_sdp_create_pdu()
223 struct bt_sdp_hdr *hdr; in bt_sdp_send()
227 hdr = net_buf_push(buf, sizeof(struct bt_sdp_hdr)); in bt_sdp_send()
668 (4 + 4 + sizeof(struct bt_sdp_hdr))) { in sdp_svc_search_req()
863 sad->rsp_buf->len - sizeof(struct bt_sdp_hdr); in select_attrs()
1361 struct bt_sdp_hdr *hdr; in bt_sdp_recv()
2127 struct bt_sdp_hdr *hdr; in sdp_client_receive()