点击或拖拽改变大小

BluetoothSearchBle 方法

查找并连接低功耗蓝牙

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法
public void SearchBle(
	string uuidService,
	string uuidTransmitCharUuid,
	string uuidReceiveCharUuid,
	BluetoothAfterSearchEventHandler handler = null
)

参数

uuidService
类型:SystemString
连接时的service uuid,需要蓝牙供应商提供
uuidTransmitCharUuid
类型:SystemString
连接时发送内容的uuid,需要蓝牙供应商提供
uuidReceiveCharUuid
类型:SystemString
连接时接收内容的uuid,如果与发送id相同,请填写相同id.需要蓝牙供应商提供
handler (Optional)
类型:Smobiler.PluginsBluetoothAfterSearchEventHandler
查找并连接低功耗蓝牙后触发
参见