Searched refs:L2CAP_SIGNAL_MTU_EXCEEDED (Results 1 – 4 of 4) sorted by relevance
88 #define L2CAP_SIGNAL_MTU_EXCEEDED 0x0001 macro
493 } else if (reason == L2CAP_SIGNAL_MTU_EXCEEDED) { in L2capSendCommandReject()
1941 } else if ((reason == L2CAP_COMMAND_NOT_UNDERSTOOD) || (reason == L2CAP_SIGNAL_MTU_EXCEEDED)) { in L2capProcessCommandReject()2012 …capSendCommandReject(aclHandle, L2CAP_SIGNALING_CHANNEL, buff[1], L2CAP_SIGNAL_MTU_EXCEEDED, NULL); in L2capProcessSignal()
976 …SendCommandReject(aclHandle, L2CAP_LE_SIGNALING_CHANNEL, buff[1], L2CAP_SIGNAL_MTU_EXCEEDED, NULL); in L2capLeProcessSignal()