//11.开启蓝牙适配器 openBluetoothAdapter
//21.开始搜索蓝牙设备 startBluetoothDevicesDiscovery
//31.开启监听搜索蓝牙设备 onBluetoothDeviceFound
//30.停止监听搜索蓝牙设备 offBluetoothDeviceFound
//20.停止搜索蓝牙设备 stopBluetoothDevicesDiscovery
//10.关闭蓝牙适配器 closeBluetoothAdapter

//41.连接设备 createBLEConnection
//51.监听设备连接状态 onBLEConnectionStateChange
//61.获取设备服务 getBLEDeviceServices
//71.获取设备特征 getBLEDeviceCharacteristics
//81.开启特征变化订阅 notifyBLECharacteristicValueChange -true
//91.开启监听特征值变化 onBLECharacteristicValueChange
//90.关闭监听特征值变化 offBLECharacteristicValueChange
//80.关闭特征变化订阅 notifyBLECharacteristicValueChange - false
//50.关闭监听设备连接状态 offBLEConnectionStateChange
//40.断开设备 closeBLEConnection

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。