L2CAP error enountered reason

C

#define BLE_L2CAP_ERR_INVALID_PACKET                (0x0000U)
#define BLE_L2CAP_ERR_UNSUPP_SPSM                   (0x0001U)

Description

Defines the reason codes for encountered L2CAP error.

Macro Definition

MacroDescription
BLE_L2CAP_ERR_INVALID_PACKETInvalid Packet received.
BLE_L2CAP_ERR_UNSUPP_SPSMSPSM not supported.