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

Does iOS supports custom BLE profile?

Hi,

I am developing a custom profile for an application. This custom application works fine with Master Control Panel and nRF toolbox on Android. I am also developing an app for iOS which will read this data and display to the user. My question is does iOS supports custom BLE profile? Basically, the peripheral side is implementing the glucose service with different UUID. I want to implement this on the iOS as central and receive the glucose data with this different UUID and also perform RACP operations. Is this possible?

Thanks

Parents
  • Of course iOS supports custom profiles. You can scan for any service you like, or every service there is, you can connect to any peripheral you find, you can get all the service and characteristic details from any peripheral you are connected to and you can read, write, indicate and notify any of them you wish.

  • If you wish to use a 16 bit Bluetooth SIG assigned UUID for a custom service it is possible to buy one here. However, since you are developing a glucose service you should use the glucose service UUID. Remember that if you don't follow the profile specification you are not compliant with the bluetooth specification, and you might risk violating IP.

Reply
  • If you wish to use a 16 bit Bluetooth SIG assigned UUID for a custom service it is possible to buy one here. However, since you are developing a glucose service you should use the glucose service UUID. Remember that if you don't follow the profile specification you are not compliant with the bluetooth specification, and you might risk violating IP.

Children
No Data
Related