#include <ble_gap.h>
Generate a set of OOB data to send to a peer out of band.
- Note
- The ble_gap_addr_t included in the OOB data returned will be the currently active one (or, if a connection has already been established, the one used during connection setup). The application may manually overwrite it with an updated value.
- Relevant Message Sequence Charts
-
- Parameters
-
| [in] | conn_handle | Connection handle. Can be BLE_CONN_HANDLE_INVALID if a BLE connection has not been established yet. |
| [in] | p_pk_own | LE Secure Connections local P-256 Public Key. |
| [out] | p_oobd_own | The OOB data to be sent out of band to a peer. |
- Return values
-