Hi, I want to connect to wechat, so I should implement one service with three characteristics, all of which both have type of UUID of 16 bits.
Service UUID: 0xFEE7
Write UUID: 0xFEC7
Indication UUID: 0xFEC8
Read UUID: 0xFEC9
I try to use attm_svc_create_db to achieve this, which is used in the addition of Device Information Service. But I can only see the service 128bit uuid, which is 0000fee7-0000-1000-8000-00805f9b34fb, and none of the characteristics can be found.
Do I make some mistakes or Is it supported by Dialog to add one custom UUID16 service ?
Thanks.