Connection parameter update result
C
#define BLE_L2CAP_CONN_PARAMS_ACCEPT 0x0000 #define BLE_L2CAP_CONN_PARAMS_REJECT 0x0001
Description
The definition of response result code for connection parameter update.
Macro Definition
| Macro | Description | 
|---|---|
| BLE_L2CAP_CONN_PARAMS_ACCEPT | Connection Parameters accepted. | 
| BLE_L2CAP_CONN_PARAMS_REJECT | Connection Parameters rejected. | 
