标签: c# ios xamarin bluetooth xamarin.ios
我正在尝试编写Xamarin。IOS应用,宣传BLE服务。当其他用户打开该应用时,他们应该能够看到所有其他用户在同一个应用中做广告(即使应用已关闭)。
Xamarin
BLE
我发现难以得到的例子和解释。目前,我可以使用CBCentralManager扫描设备。
CBCentralManager
如何使用特定GUID广告服务,以便我可以从其他设备上提取服务?
GUID
非常感谢任何示例或链接!!
答案 0 :(得分:2)
您需要参考Core Bluetooth框架。以下是链接:
https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/PerformingCommonPeripheralRoleTasks/PerformingCommonPeripheralRoleTasks.html#//apple_ref/doc/uid/TP40013257-CH4-SW1