Re: BLE control volume + button on iOS.
the HID key “codes" are defined in the HID Usage Tables e.g. http://www.usb.org/developers/devclass_docs/Hut1_12v2.pdf On 07 Apr 2014, at 13:26, Aaron Xu <overheat1984@gmail.com> wrote:
Hi Matthias,
Thanks a lot! This is very smart, and I am bright :)
In addition, where is the key number which is keyboard's code. I saw some key number in a example code, for example 0x08 means "e", 0x0b means "h", 0x28 means "return". But I can't find "volume up" in that BLE keyboard example.
Where can I get the HID key number for iOS?
Regards, Aaron
2014-04-07 17:00 GMT+08:00 Matthias Ringwald <matthias@bluekitchen-gmbh.com>: Hi Aaron
just a shot in the dark. iOS HID driver accepts volume up events and also supports HID over LE as far as I know. So, if you implement an LE HID Keyboard and send the volume up, you should be fine.
best matthias
On 07 Apr 2014, at 01:29, Aaron Xu <overheat1984@gmail.com> wrote:
Hi,
Is there any function to control iPhone's volume + button through my BLE device?
I want to develop a gadget, which control iPhone to take photo. I think it will work if I open the Camera APP on iPhone and "press" the volume + button by my BLE device.
Any solution for this? Please let me know.
BR, Aaron _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/matthias%40bluekitchen...
This email sent to matthias@bluekitchen-gmbh.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/overheat1984%40gmail.c...
This email sent to overheat1984@gmail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Matthias Ringwald