HI,
We survey APPLE's ANCS right now! But we have a question that need your help. I use ios device ios 8.3,ble softdevice 8.0
I have some questions about the pairing.when i use sd_ble_gap_authenticate(...) function to pair,But the result pairing is not successful,And repeat pairing is window.I Set the ble_gap_sec_params_t parameters are as follows:
#define SEC_PARAM_BOND 1 #define SEC_PARAM_MITM 0 #define SEC_PARAM_IO_CAPABILITIES BLE_GAP_IO_CAPS_NONE #define SEC_PARAM_OOB 0 #define SEC_PARAM_MIN_KEY_SIZE 7 #define SEC_PARAM_MAX_KEY_SIZE 16
when i define SEC_PARAM_BOND=0, pairing is successful,and ancs are very stable.But Bluetooth connection may have a problem.I would like to ask whether can need not change the SEC_PARAM_BOND?How to use sd_ble_gap_authenticate(...) function correctly?
Thanks!