Hi There,
I have implemented a BLE peripheral device using the NRF52840 and NCS 2.2.0, currently the device exposes:
1. Custom service.
2. Device information Service.
3. SMP service for DFU-OTA.
4. Generic Attribute Service (By default).
5. Generic Access Services (By default).
I see that 4 and 5 are enabled and exposed by default.
Are these two (4 and 5) mandatory to have in the implementation ? If so why ? and if not would I be able to remove them as I am not aware of any use from my application.
Cheers,