Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h83 #define L2CAP_MIN_MTU 48 macro
H A Dl2cap.c131 if ((cfg->mtu < L2CAP_MIN_MTU) || (cfg->flushTimeout == 0)) { in L2CAP_ConfigReq()
196 if (cfg->mtu < L2CAP_MIN_MTU) { in L2CAP_ConfigRsp()