Changing the Find Me profile to provide 4 alert levels instead of 3

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I am writing my own android application and I want to send 4 alert levels to the blue tooth module instead of 3. How can I modify the BLE component so I can do that?

0 Likes
1 Solution
Anonymous
Not applicable

Patrick,

   

As @hli pointed out, Find Me is a BLE SIG defined profile and it's definition cannot be changed. So, you can work only with 3 alert levels.

   

If you want to implement your own Find me with 4 levels, you can develop your own custom profile/services, which are profiles/services defined by you. You can check out the application note AN91162 for details. Do note that with custom profiles, you need to develop your own interface/App/GUI to recognize the profile and communicate over it.

View solution in original post

0 Likes
7 Replies