使用CoreBluetooth连接或作为HID设备

时间:2013-05-14 05:58:16

标签: iphone ios cocoa bluetooth hid

使用CoreBluetooth库,是否可以扫描并连接鼠标和键盘等HID设备?

此外,是否可以充当HID设备?

我尝试使用以下方法扫描所有可用的蓝牙设备:

[self.centralManager scanForPeripheralsWithServices:nil options:nil];

但它没有列出任何HID设备。

我尝试使用HID设备的UUID充当HID设备,但是当我使用计算机运行扫描时却找不到它。

[[CBMutableService alloc] initWithType:[CBUUID UUIDWithString:HID_UDID] primary:YES];

这可能吗?

0 个答案:

没有答案