Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]

Detailed Description

Macros

#define BLE_L2CAP_MAX_CBFC_PSM   (2)
 The maximum number of callbacks that host stack can register. More...
 
#define BLE_L2CAP_CF_RSP_SUCCESS   (0x0000)
 Notify the remote device that the connection can be established. More...
 
#define BLE_L2CAP_CF_RSP_RFSD_INSF_AUTH   (0x0005)
 Notify the remote device that the connection can not be established because of insufficient authentication. More...
 
#define BLE_L2CAP_CF_RSP_RFSD_INSF_AUTRZ   (0x0006 )
 Notify the remote device that the connection can not be established because of insufficient Authorization. More...
 
#define BLE_L2CAP_CF_RSP_RFSD_INSF_ENC_KEY   (0x0007)
 Notify the remote device that the connection can not be established because of Encryption Key Size. More...
 
#define BLE_L2CAP_CF_RSP_RFSD_INSF_ENC   (0x0008)
 Notify the remote device that the connection can not be established because of Encryption. More...
 
#define BLE_L2CAP_CF_RSP_RFSD_UNAC_PARAM   (0x000B)
 Notify the remote device that the connection can not be established because the parameters is unacceptable to local device. More...
 

Macro Definition Documentation

◆ BLE_L2CAP_MAX_CBFC_PSM

#define BLE_L2CAP_MAX_CBFC_PSM   (2)

The maximum number of callbacks that host stack can register.

◆ BLE_L2CAP_CF_RSP_SUCCESS

#define BLE_L2CAP_CF_RSP_SUCCESS   (0x0000)

Notify the remote device that the connection can be established.

◆ BLE_L2CAP_CF_RSP_RFSD_INSF_AUTH

#define BLE_L2CAP_CF_RSP_RFSD_INSF_AUTH   (0x0005)

Notify the remote device that the connection can not be established because of insufficient authentication.

◆ BLE_L2CAP_CF_RSP_RFSD_INSF_AUTRZ

#define BLE_L2CAP_CF_RSP_RFSD_INSF_AUTRZ   (0x0006 )

Notify the remote device that the connection can not be established because of insufficient Authorization.

◆ BLE_L2CAP_CF_RSP_RFSD_INSF_ENC_KEY

#define BLE_L2CAP_CF_RSP_RFSD_INSF_ENC_KEY   (0x0007)

Notify the remote device that the connection can not be established because of Encryption Key Size.

◆ BLE_L2CAP_CF_RSP_RFSD_INSF_ENC

#define BLE_L2CAP_CF_RSP_RFSD_INSF_ENC   (0x0008)

Notify the remote device that the connection can not be established because of Encryption.

◆ BLE_L2CAP_CF_RSP_RFSD_UNAC_PARAM

#define BLE_L2CAP_CF_RSP_RFSD_UNAC_PARAM   (0x000B)

Notify the remote device that the connection can not be established because the parameters is unacceptable to local device.