TI BLE5-Stack API Documentation  2.02.05.00
Macros
L2CAP Connection Response Result Values

Macros

#define L2CAP_CONN_INSUFFICIENT_AUTHEN   0x0005
 Connection refused - insufficient authentication.
 
#define L2CAP_CONN_INSUFFICIENT_AUTHOR   0x0006
 Connection refused - insufficient authorization.
 
#define L2CAP_CONN_INSUFFICIENT_ENCRYPT   0x0008
 Connection refused - insufficient encryption.
 
#define L2CAP_CONN_INSUFFICIENT_KEY_SIZE   0x0007
 Connection refused - insufficient encryption key size.
 
#define L2CAP_CONN_INVALID_SRC_CID   0x0009
 Connection refused - invalid Source CID.
 
#define L2CAP_CONN_NO_RESOURCES   0x0004
 Connection refused - no resources available.
 
#define L2CAP_CONN_PENDING_SEC_VERIFY   0xFFFF
 Connection security verification pending (used locally). Note - PSM must send back a Connection Response.
 
#define L2CAP_CONN_PSM_NOT_SUPPORTED   0x0002
 Connection refused - LE_PSM not supported.
 
#define L2CAP_CONN_SRC_CID_ALREADY_ALLOC   0x000A
 Connection refused - Source CID already allocated.
 
#define L2CAP_CONN_SUCCESS   0x0000
 Connection successful.
 
#define L2CAP_CONN_UNACCEPTABLE_PARAMS   0x000B
 Connection refused - unacceptable parameters.
 

Detailed Description

© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale