Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dsdp_internal.h47 struct bt_sdp_hdr { struct
Dsdp.c37 #define SDP_MTU (SDP_DATA_MTU + sizeof(struct bt_sdp_hdr))
199 return bt_l2cap_create_pdu(&sdp_pool, sizeof(struct bt_sdp_hdr)); in bt_sdp_create_pdu()
216 struct bt_sdp_hdr *hdr; in bt_sdp_send()
220 hdr = net_buf_push(buf, sizeof(struct bt_sdp_hdr)); in bt_sdp_send()
660 (4 + 4 + sizeof(struct bt_sdp_hdr))) { in sdp_svc_search_req()
855 sad->rsp_buf->len - sizeof(struct bt_sdp_hdr); in select_attrs()
1345 struct bt_sdp_hdr *hdr; in bt_sdp_recv()
1718 struct bt_sdp_hdr *hdr; in sdp_client_receive()