I'm developing a custom GATT server: I mean a server which exposes non-standard services and characteristics.
What UUID I should use to advertise it?
From here:
https://www.bluetooth.com/specifications/assigned-numbers/generic-attribute-profile
I guess I need to use the generic one: 0x1800
, is it correct?