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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -