This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About uuid

int lbs

Hi,everyone,we change the uuid to #define LBS_UUID_SERVICE 0x2101 #define LBS_UUID_LED_CHAR 0x3A01 #define LBS_UUID_BUTTON_CHAR 0x3A02 in nrf51-ble-app-lbs-master project

In the master control panel we get them,the right number;

but int the andriod app we get the wrong ones, always 1523、1524、1525,what cause this problem? Thanks,

Parents
  • The Android app might be caching the remote GATT database if the two have bonded. It is not allowed to change the database for a bonded device without using the "Service Changed" characteristic, so in your case you will have to erase the bond from the Android side.

Reply
  • The Android app might be caching the remote GATT database if the two have bonded. It is not allowed to change the database for a bonded device without using the "Service Changed" characteristic, so in your case you will have to erase the bond from the Android side.

Children
Related