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

How to show device on IOS's bluetooth setting?

Hi,

I am using nRF51422 DK with S130 SoftDevice. I modified ble_app_uart example and I saw my board show in bluetooth setting of my android phone but dit not see anything in my iphone 5s.

I found that it seems IOS only show HID and audio devices. So, what configurations I need to see my board in IOS's bluetooth setting?

Thanks & Regards

Parents
  • Hi Thanh,

    Could you give some more information about your application ? Do you plan to have an app to interface with your device ? For non HID and audio, it's recommended to use your own app to connect instead of using Bluetooth Setting.

    As far as I know if you want to use Bluetooth setting to connect, you need to add the HID service in the advertising packet and you should have HID profile in your attribute table as well.

Reply
  • Hi Thanh,

    Could you give some more information about your application ? Do you plan to have an app to interface with your device ? For non HID and audio, it's recommended to use your own app to connect instead of using Bluetooth Setting.

    As far as I know if you want to use Bluetooth setting to connect, you need to add the HID service in the advertising packet and you should have HID profile in your attribute table as well.

Children
Related