Compatibility mode 2 option. More...
#include <ble_gap.h>
Data Fields |
|
| uint8_t | enable : 1 |
Detailed Description
Compatibility mode 2 option.
This can be used with @ref sd_ble_opt_set to enable compatibility mode 2. Compatibility mode 2 is disabled by default.
- Note
- Compatibility mode 2 enables interoperability with devices that initiate Feature exchange and version exchange procedure in parallel.
- Return values
-
NRF_SUCCESS Set successfully. NRF_ERROR_INVALID_PARAM if enable bit is not set to 1. Currently only enabling is supported. NRF_ERROR_INVALID_STATE When any role is running while mode 2 is set.
Field Documentation
| uint8_t ble_gap_opt_compat_mode_2_t::enable |
Enable compatibility mode 2.