|
dragoon
4383
|
Compatibility mode 2 option. More...
#include <ble_gap.h>
Data Fields | |
| uint8_t | enable: 1 |
Compatibility mode 2 option.
This can be used with sd_ble_opt_set to enable compatibility mode 2. Compatibility mode 2 is disabled by default.
| 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. |
| uint8_t ble_gap_opt_compat_mode_2_t::enable |