Macros |
|
| #define | NRF_BLE_CONN_PARAMS_ENABLED |
|
Enable Connection parameters module.
More...
|
|
| #define | NRF_BLE_CONN_PARAMS_MAX_SLAVE_LATENCY_DEVIATION |
|
The largest acceptable deviation in slave latency.
More...
|
|
| #define | NRF_BLE_CONN_PARAMS_MAX_SUPERVISION_TIMEOUT_DEVIATION |
|
The largest acceptable deviation (in 10 ms units) in supervision timeout.
More...
|
|
Detailed Description
Macro Definition Documentation
| #define NRF_BLE_CONN_PARAMS_ENABLED |
Enable Connection parameters module.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_BLE_CONN_PARAMS_MAX_SLAVE_LATENCY_DEVIATION |
The largest acceptable deviation in slave latency.
The largest deviation (+ or -) from the requested slave latency that will not be renegotiated.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_BLE_CONN_PARAMS_MAX_SUPERVISION_TIMEOUT_DEVIATION |
The largest acceptable deviation (in 10 ms units) in supervision timeout.
The largest deviation (+ or -, in 10 ms units) from the requested supervision timeout that will not be renegotiated.
- Note
- This is an NRF_CONFIG macro.