Hi,
I have a GATT server defined with this macro
If I want to unregister it during runtime, how would I go about it? I saw some APIs in gatt.h , but the macro definition obfuscates a lot of details so I wasn't sure how to access the right data
for
I'm guessing I can pass in the above information into bt_gatt_service_unregister to remove a service.