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
| Macro | Description |
|---|---|
| BLE_L2CAP_ERR_INVALID_PACKET | Invalid Packet received. |
| BLE_L2CAP_ERR_UNSUPP_SPSM | SPSM not supported. |
