Re: The issue on bluetooth mouse
Re: The issue on bluetooth mouse
- Subject: Re: The issue on bluetooth mouse
- From: Matthias Ringwald <email@hidden>
- Date: Mon, 22 Sep 2014 13:42:09 +0200
Hi
it’s not possible to an LE HID Service (like a Bluetooth mouse) on stock iOS
See chapter 3.12 in https://developer.apple.com/hardwaredrivers/BluetoothDesignGuidelines.pdf
"The following services are implemented internally by iOS and shall not be published by third party iOS applications:
..
- Bluetooth Low Energy HID
..
“
While “SHALL NOT” indicates that it might be technically possible, CoreBluetooth ignores an attempt to register an LE HID service.
Best
Matthias
On 22 Sep 2014, at 10:18, BaoYu <email@hidden> wrote:
> Dear everyone.
>
> I am developing an app similar to apple magic mouse.
> I paired iPod and bluetooth dongle-plugged Mac.
> Thanks to a colleague, i succeeded in getting Mouse report descriptors.
> Here’s a objective-c message i have in mind.
>
> [testPeripheral writeValue:dataToSend forCharacteristic:characteristic type:CBCharacteristicWriteWithoutResponse];
>
> I can compose the dataToSend structure, however, what UUID should i use for characteristic?
>
> Best Regards.
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Bluetooth-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden