TI BLE5-Stack API Documentation  9.14.00
Macros
L2CAP Channel States

Macros

#define L2CAP_CLOSED   0x00U
 Closed - no channel associated with this CID. More...
 
#define L2CAP_OPEN   0x01U
 Open - channel is open. More...
 
#define L2CAP_PENDING_CONN_RSP   0x02U
 Waiting for Connection Response. More...
 
#define L2CAP_PENDING_DISCONN_RSP   0x03U
 Waiting for Disconnection Response. More...
 
#define L2CAP_PENDING_INFO_RSP   0x05U
 Waiting for Info Response. More...
 
#define L2CAP_PENDING_PARAM_UPDATE_RSP   0x04U
 Waiting for Connection Parameter Update Response. More...
 
#define L2CAP_PENDING_SEC_VERIFY   0x06U
 Waiting for Security Verification from local PSM. More...
 

Detailed Description

Macro Definition Documentation

§ L2CAP_CLOSED

#define L2CAP_CLOSED   0x00U

Closed - no channel associated with this CID.

§ L2CAP_OPEN

#define L2CAP_OPEN   0x01U

Open - channel is open.

§ L2CAP_PENDING_CONN_RSP

#define L2CAP_PENDING_CONN_RSP   0x02U

Waiting for Connection Response.

§ L2CAP_PENDING_DISCONN_RSP

#define L2CAP_PENDING_DISCONN_RSP   0x03U

Waiting for Disconnection Response.

§ L2CAP_PENDING_INFO_RSP

#define L2CAP_PENDING_INFO_RSP   0x05U

Waiting for Info Response.

§ L2CAP_PENDING_PARAM_UPDATE_RSP

#define L2CAP_PENDING_PARAM_UPDATE_RSP   0x04U

Waiting for Connection Parameter Update Response.

§ L2CAP_PENDING_SEC_VERIFY

#define L2CAP_PENDING_SEC_VERIFY   0x06U

Waiting for Security Verification from local PSM.

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