L2CAP connection parameter update result codes
C
#define BLE_L2CAP_CONN_PARAMS_ACCEPT 0x0000 #define BLE_L2CAP_CONN_PARAMS_REJECT 0x0001
Description
Defines the result codes for L2CAP connection parameter update responses.
Macro Definition
| Macro | Description |
|---|---|
| BLE_L2CAP_CONN_PARAMS_ACCEPT | Indicates that the requested connection parameters were accepted. |
| BLE_L2CAP_CONN_PARAMS_REJECT | Indicates that the requested connection parameters were rejected. |
