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.

  • Hi,

    I am using the ble_glucose code provided by Nordic. I have only changed the UUID of glucose service to 0x0001. With these changes can i develop an app on iOS to detect and implement the glucose service?

Reply Children
No Data
Related