Searched refs:SDP_MTU (Results 1 – 3 of 3) sorted by relevance
37 #define SDP_MTU (SDP_DATA_MTU + sizeof(struct bt_sdp_hdr)) macro76 NET_BUF_POOL_FIXED_DEFINE(sdp_pool, CONFIG_BT_MAX_CONN, BT_L2CAP_BUF_SIZE(SDP_MTU),662 if ((MIN(SDP_MTU, sdp->chan.tx.mtu) - resp_buf->len) < in sdp_svc_search_req()857 space = MIN(SDP_MTU, sad->sdp->chan.tx.mtu) - in select_attrs()1423 sdp->chan.rx.mtu = SDP_MTU; in bt_sdp_accept()
1182 - :github:`41286` - Bluetooth SDP: When the SDP attribute length is greater than SDP_MTU, the attri…
2570 * :github:`41286` - Bluetooth SDP: When the SDP attribute length is greater than SDP_MTU, the attri…