Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dhas.c755 const uint16_t pdu_size = 3 + buf->len; in control_point_send() local
757 if (mtu_size < pdu_size) { in control_point_send()
758 LOG_WRN("Sending truncated control point PDU %d < %d", mtu_size, pdu_size); in control_point_send()
759 buf->len -= (pdu_size - mtu_size); in control_point_send()