This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to change the service name?

image description

Hello everyone

i have created one custom service and i succed to compiled then i checked my service via master control panel it is showing unknown service but i named it as buzzer service can anyone guide me where i went wrong or suggest me how to change the service name.

Parents
  • Hi,

    Let me answer your question. There is a database in the nRF MCP app with all (almost all?) services, characteristics and descriptors assigned by Bluetooth SIG (developer.bluetooth.org/.../ServicesHome.aspx) + some with open specification, like Nordic UART service, DFU, Eddystone Beacon Config service etc. If the UUID of a service/char/descr matches the one I have in the database locally in the app I display the name of it.

    If I don't have in the database I write Unknown Service/Characteristic/Descriptor. One can easily rename such item by long pressing it and selecting EDIT option in the top menu. There you may provide your own name that will be stored locally on your device. You should do this for each Android device you use as this is not synchronized with any server. You may only rename an unknown service/char/descr. If you long press a known item there will be no EDIT icon but you still can for example copy its UUID etc.

    I guess this is the solution the guys from GitHub made, that's why they had LEDBUTTON visible there.

    image description

    Hope I helped, Aleksander

Reply
  • Hi,

    Let me answer your question. There is a database in the nRF MCP app with all (almost all?) services, characteristics and descriptors assigned by Bluetooth SIG (developer.bluetooth.org/.../ServicesHome.aspx) + some with open specification, like Nordic UART service, DFU, Eddystone Beacon Config service etc. If the UUID of a service/char/descr matches the one I have in the database locally in the app I display the name of it.

    If I don't have in the database I write Unknown Service/Characteristic/Descriptor. One can easily rename such item by long pressing it and selecting EDIT option in the top menu. There you may provide your own name that will be stored locally on your device. You should do this for each Android device you use as this is not synchronized with any server. You may only rename an unknown service/char/descr. If you long press a known item there will be no EDIT icon but you still can for example copy its UUID etc.

    I guess this is the solution the guys from GitHub made, that's why they had LEDBUTTON visible there.

    image description

    Hope I helped, Aleksander

Children
Related