iphone - Connect to, or as an HID device using CoreBluetooth -
using corebluetooth libs, possible scan , connect hid devices mice , keyboards?
also, possible act hid device?
i've tried scan available bluetooth devices using:
[self.centralmanager scanforperipheralswithservices:nil options:nil]; but didn't list hid devices.
i tried act hid device using uuid of hid device, when ran scan computer didn't find it.
[[cbmutableservice alloc] initwithtype:[cbuuid uuidwithstring:hid_udid] primary:yes]; is possible?
Comments
Post a Comment