User's Manual

Figure 7: Private Service Discovered by BlueLight
The same as public services such as Device Information and Battery service, those
characteristics could be read, write and get notification by issuing commands as
follows:
SUW,010203040506070809000A0B0C0D0E0F,1234
// Set value 0x3412 to characteristic
// 0x010203040506070809000A0B0C0D0E0F
SHW,001E,5678 // Set value 0x7856 to handle 0x001E, which is associated
// with characteristic
// 0x010203040506070809000A0B0C0D0E0F
LightBlue could then read the value of characteristic
0x010203040506070809000A0B0C0D0E0F, as show in Figure 8