Dear
I want to add keyboard media key(Mute, Volume up/down etc) at keyboard sample code. How can I do it?
Thank your help!
Dear
I want to add keyboard media key(Mute, Volume up/down etc) at keyboard sample code. How can I do it?
Thank your help!
Hi,
I think you can use "0x80" for volume up and "0x81" for volume down. But I don't know if the example code can be tested by iOS device.
BR, Aaron
Hi,
ble_app_keyboard works with SDK5.1 on iOS7.1.
But "0x80" is not volume up. :(