![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
#define BLE_L2CAP_MAX_CBFC_PSM (2) |
The maximum number of callbacks that host stack can register.
#define BLE_L2CAP_CF_RSP_SUCCESS (0x0000) |
Notify the remote device that the connection can be established.
#define BLE_L2CAP_CF_RSP_RFSD_INSF_AUTH (0x0005) |
Notify the remote device that the connection can not be established because of insufficient authentication.
#define BLE_L2CAP_CF_RSP_RFSD_INSF_AUTRZ (0x0006 ) |
Notify the remote device that the connection can not be established because of insufficient Authorization.
#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.
#define BLE_L2CAP_CF_RSP_RFSD_INSF_ENC (0x0008) |
Notify the remote device that the connection can not be established because of Encryption.
#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.