Re: The issue on bluetooth mouse
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 <baoyu411@hotmail.com> 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 (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/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Matthias Ringwald