I'm attempting to pair with a BLE peripheral using the function ble_gap_pair(). After some time I receive a response BLE_EVT_GAP_PAIR_COMPLETED, which is a structure ble_evt_gap_pair_completed_t. This structure contains an integer field called "status", which is the "completion status". I cannot find any documentation regarding the meaning of the completion status.
I assume that a value of 0 means success, but I have also seen the values 1 and 70. Where is the documentation for this field?