Currently stack defaults to device privacy mode and allows applications to override this with ble_gap_set_priv_mode().
This means that application willing to use network privacy mode has to update mode after pairing and after bond information is loaded from storage.
This to improve:
- provide mynewt val that would allow to select default privacy mode
- persistently store privacy mode with rest of bonding information
Currently stack defaults to device privacy mode and allows applications to override this with ble_gap_set_priv_mode().
This means that application willing to use network privacy mode has to update mode after pairing and after bond information is loaded from storage.
This to improve: