更改广告iPhone本地名称

时间:2015-03-27 03:24:06

标签: bluetooth bluetooth-lowenergy core-bluetooth cbperipheral cbperipheralmanager

使用CoreBluetooth框架是否可以更改以外围模式发布广告的iPhone的外围设备名称?

例如: 我希望外设iPhone能够播放自定义名称,让其他iPhone能够在中央模式扫描时读取该名称。

是否可以在外设广告iPhone上设置GAP名称?

1 个答案:

答案 0 :(得分:1)

您必须在启动广告时修改广告数据。添加完整的本地名称AD字段。

[myPeripheralManager startAdvertising:@{ CBAdvertisementDataLocalNameKey:
    INSERT_NAME_HERE }];