I need to access notification data that accumulates in the Notification Center, similar to text messages, through BLE communication in my app. How can I achieve this?
That is not something you can do in an app.
The watch needs to implement The Apple Notification Center Service which will then receive the notifications directly from the system. It is not possible for your app to intercept and read notifications from other apps.