BLE - HID profile

Hi,

I understand that the HID profile can be part of my BLE implementation. Can you please tell me how to implement that?

Thanks

Parents Reply
  • Hi,

    I'm using my nrf device as a peripheral medical device.

    When bonding to my phone, I'm starting advertise, the mobile app sends a connection request, connection is established and we are bonded. That happens when the mobile app is running.

    After disconnection, I want to connect again when specific conditions occur. So my nrf device starts advertise with whitelist. Am I doing it correctly from peripheral side?

    On mobile side - app isn't running, so I can't scan and send a connection request.

    Can you please tell me what do you think?

    Thanks!

Children
  • Hi 

    This article discusses some different ways of having your app looking for a BLE device in the background, even if the uses closes the app on the phone side. 

    The best method is to use a foreground service, which will show a persistent message on the notification bar informing the user that your app is still looking for BLE devices in the background. 

    Similar functionality should also be possible on iOS, as discussed here

    Best regards
    Torbjørn

Related