恢复BLE广告包

时间:2014-07-08 21:40:05

标签: macos bluetooth-lowenergy core-bluetooth

在OSX(objective-c,xCode)中,是否可以从外设恢复通告数据包(原始字节)?

我在CBCentralManagerDelegate中看到了以下方法:
    - (void) centralManager:(CBCentralManager *)central didDiscoverPeripheral:(CBPeripheral *)aPeripheral advertisementData:(NSDictionary *)advertisementData RSSI:(NSNumber *)RSSI;

但是,我相信advertisementData字典抽象出原始字节。

1 个答案:

答案 0 :(得分:0)

是的,使用CoreBluetooth无法获得原始字节。您应该将原始字节放入制造商数据中(遗憾的是,对于基于iOS的外围设备不可用)。