Does iOS nRF Connect support pairing with passkey?

When I use Windows nRF Connect to connect to nRF52832 device. It pop up window for user to enter passkey. But When I use iOS nRF Connect to connect to nRF52832 device. It doesn't pop up window for user to enter passkey and failed to connect to nRF52832 device.

Parents
  • nRF52832 log messages for iOS nRF Connect:

    0> <debug> nrf_ble_gatt: Requesting to update ATT MTU to 185 bytes on connection 0x0.
     0> <info> app: Connected.
     0> <debug> app: state=1
     0>
     0> <info> app: Faield to secure connection with handle 00.
     0> <info> app: Disconnected.
     0> <debug> app: state=0
     0>
     0> <debug> nrf_ble_gatt: Requesting to update ATT MTU to 185 bytes on connection 0x0.
     0> <info> app: Connected.
     0> <debug> app: state=1
     0>
     0> <info> app: Faield to secure connection with handle 00.
     0> <info> app: Disconnected.
     0> <debug> app: state=0

    nRF52832 log messages for Windows nRF Connect:

     0> <debug> nrf_ble_gatt: Requesting to update ATT MTU to 185 bytes on connection 0x0.
     0> <info> app: Connected.
     0> <debug> app: state=1
     0>
     0> <debug> nrf_ble_gatt: ATT MTU updated to 185 bytes on connection 0x0 (response).
     0> <info> app: BLE_GAP_EVT_SEC_PARAMS_REQUEST
     0>
     0> <info> app: Connection secured: role: 1, conn_handle: 0x0, procedure: 1.
     0> <info> app: BLE_GAP_EVT_AUTH_STATUS
     0>

  • After I remove BLE device from iPhone setting, pairing with passkey is okay with iOS nRF Connect.

Reply Children
Related