Hi ,
I am unable to write to discover all services and write to a characteristic too.
On discovering services:
Discovering primary services
Received service discovery response
UUID: 0xA100, start handle: 0x000C, end handle: 0x0015
Discovering characteristics
Received characteristic discovery response, characteristics count: 3
Handle: 0x000D, UUID: 0xA101
Handle: 0x0010, UUID: 0xA102
Handle: 0x0012, UUID: 0x2A38
Discovering descriptors
Received descriptor discovery response, descriptor count: 5
Handle: 0x000D, UUID: 0x2803
Handle: 0x000E, UUID: 0xA101
Handle: 0x000F, UUID: 0x2902
Handle: 0x0010, UUID: 0x2803
Handle: 0x0011, UUID: 0xA102
it is missing a fourth service with UUID 0xA103 and I actually want to write the characteristic with UUID 0xA102. I have tried to write to the handle 0x011(15) using the code given here by Stian.
Could someone let me know where I am going wrong please? I am just not able to discover the fourth service or write to the characteristic 0xA102 with handle 0x0011
Thanks and Regards, Neil