Currently, as a peripheral, I can discover services like GAP and GATT on the host. However, I'm encountering issues when trying to discover the ANCS service. When calling ble_db_discovery_evt_register, it requires a 16-bit UUID, but the ANCS service uses a 128-bit UUID. How can I adapt the 128-bit UUID to a 16-bit format? Or are there alternative approaches?"
