S332 SoftDevice v4.0.2
Data Fields
ble_gap_opt_compat_mode_2_t Struct Reference

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_SUCCESSSet successfully.
NRF_ERROR_INVALID_PARAMif enable bit is not set to 1. Currently only enabling is supported.
NRF_ERROR_INVALID_STATEWhen 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.


Documentation feedback | Developer Zone | Subscribe | Updated