hi,
in simple ble peripheral source code i changed 0xFFE0 to 0XFFA0, THEN I OBSERVED CHANGES IN BLE device monitor .in description instead of simple key service it is showing accelerometer service.
why it is how can i change this description.
// SK Service UUID
#define SK_SERV_UUID 0xFFE0
// Key Pressed UUID
#define SK_KEYPRESSED_UUID 0xFFE1