Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c57 static const uint16_t L2CAP_MTU_MINIMUM = 48; variable
239 if (requested_parameters->mtu < L2CAP_MTU_MINIMUM) { in config_request_cb()
240 response.mtu = L2CAP_MTU_MINIMUM; in config_request_cb()