How to use Hid over BLE

Now, I developed BLE device's App for iOS8, and use CoreBluetooth SDK.

I use device for BLE and Hid service.

I cannot look see periferal service "HID", but I can look see "Battery service" and "Device infomation".

Why cannot look HID? I want to teach how to use hid over BLE.

I see Guide "Designing Accessories for ios and OSX", and it wrote "iOS7 supported Hid over BLE".

I want your support.

Answered by DTS Engineer in 13329022

Unfortunately, you're not going to be able to access your HID device (at least not directly). When "Designing Accessories for ios and OSX" says that iOS 7 support HID over BLE, what it means is that iOS will take control of those devices and use as input device in the same way that it previously supported other HID device on USB and classic Bluetooth. However, just like USB and classic Bluetooth, device that iOS manages directly will not be directly accessible to apps.


-Kevin

Accepted Answer

Unfortunately, you're not going to be able to access your HID device (at least not directly). When "Designing Accessories for ios and OSX" says that iOS 7 support HID over BLE, what it means is that iOS will take control of those devices and use as input device in the same way that it previously supported other HID device on USB and classic Bluetooth. However, just like USB and classic Bluetooth, device that iOS manages directly will not be directly accessible to apps.


-Kevin

Thank you. I understand.

Other communications are examined.

How to use Hid over BLE
 
 
Q