|
dragoon
4383
|
Macros | |
| #define | BLE_L2CAP_CH_STATUS_CODE_SUCCESS (0x0000) |
| #define | BLE_L2CAP_CH_STATUS_CODE_LE_PSM_NOT_SUPPORTED (0x0002) |
| #define | BLE_L2CAP_CH_STATUS_CODE_NO_RESOURCES (0x0004) |
| #define | BLE_L2CAP_CH_STATUS_CODE_INSUFF_AUTHENTICATION (0x0005) |
| #define | BLE_L2CAP_CH_STATUS_CODE_INSUFF_AUTHORIZATION (0x0006) |
| #define | BLE_L2CAP_CH_STATUS_CODE_INSUFF_ENC_KEY_SIZE (0x0007) |
| #define | BLE_L2CAP_CH_STATUS_CODE_INSUFF_ENC (0x0008) |
| #define | BLE_L2CAP_CH_STATUS_CODE_INVALID_SCID (0x0009) |
| #define | BLE_L2CAP_CH_STATUS_CODE_SCID_ALLOCATED (0x000A) |
| #define | BLE_L2CAP_CH_STATUS_CODE_UNACCEPTABLE_PARAMS (0x000B) |
| #define | BLE_L2CAP_CH_STATUS_CODE_NOT_UNDERSTOOD (0x8000) |
| #define | BLE_L2CAP_CH_STATUS_CODE_TIMEOUT (0xC000) |
| #define BLE_L2CAP_CH_STATUS_CODE_INSUFF_AUTHENTICATION (0x0005) |
Insufficient authentication.
Definition at line 144 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_INSUFF_AUTHORIZATION (0x0006) |
Insufficient authorization.
Definition at line 145 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_INSUFF_ENC (0x0008) |
Insufficient encryption.
Definition at line 147 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_INSUFF_ENC_KEY_SIZE (0x0007) |
Insufficient encryption key size.
Definition at line 146 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_INVALID_SCID (0x0009) |
Invalid Source CID.
Definition at line 148 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_LE_PSM_NOT_SUPPORTED (0x0002) |
LE_PSM not supported.
Definition at line 142 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_NO_RESOURCES (0x0004) |
No resources available.
Definition at line 143 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_NOT_UNDERSTOOD (0x8000) |
Command Reject received instead of LE Credit Based Connection Response.
Definition at line 151 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_SCID_ALLOCATED (0x000A) |
Source CID already allocated.
Definition at line 149 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_SUCCESS (0x0000) |
Success.
Definition at line 141 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_TIMEOUT (0xC000) |
Operation timed out.
Definition at line 152 of file ble_l2cap.h.
| #define BLE_L2CAP_CH_STATUS_CODE_UNACCEPTABLE_PARAMS (0x000B) |
Unacceptable parameters.
Definition at line 150 of file ble_l2cap.h.