This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

cc2541



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

  • Hi Kiran,

    There is no need to change the description as such, but still if you want to change you need to change the .xml file where these descriptions are defined. You may find this file in the installed directory of the BLE device monitor.

    Thanks,

    Dhaval