Part Number: CC2640R2F-Q1
Hi,
we are working on the peripheral GATT client to receive the ANCS notification from iOS device.
when I read the apple design document, it says that to receive the notifications, BLE client must authenticate it self?
from document: "All these characteristics require authorization for access."
what does it mean here?
1. do we need to do the pairing with passkey (MITM) and bonding authentication where passkey is displyed on accessory and then entered in iOS device?
or
2. do we just need to perform pairing and bonding without MITM.
or
3. we can just have pairing and no bonding (without MITM)
What I want to understand is "is MITM and bonding are necessary for this authentication?" or simple pairing without MITM will work.