Hi,
I would like to receive notifications from iPhone to nRF54L15-DK over BLE. Anyone in the nRF community tried iOS notifications over BLE to tell me how it is done please? Either from Zephyr or 3rd party library support?
Hi,
I would like to receive notifications from iPhone to nRF54L15-DK over BLE. Anyone in the nRF community tried iOS notifications over BLE to tell me how it is done please? Either from Zephyr or 3rd party library support?
Hello Ram,
This shouldbe possible.. You can refer the ANCS client sample here: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_ancs_client/README.html which makes use of the ANCS client library: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/bluetooth/services/ancs_client.html. The ANCS client can be used as a Notification Consumer (NC) that receives data notifications from a Notification Provider (NP). The NP is typically an iOS device that is acting as a server.
Best Regards,
Swathy
Hello Ram,
This shouldbe possible.. You can refer the ANCS client sample here: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_ancs_client/README.html which makes use of the ANCS client library: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/bluetooth/services/ancs_client.html. The ANCS client can be used as a Notification Consumer (NC) that receives data notifications from a Notification Provider (NP). The NP is typically an iOS device that is acting as a server.
Best Regards,
Swathy