BLE: 如何在Win10中识别BLE写入和通知中的大数据的最后一个数据包
创始人
2024-12-22 13:00:23
0

在Win10中识别BLE写入和通知中的大数据的最后一个数据包,可以使用以下代码示例:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Windows.Devices.Bluetooth;
using Windows.Devices.Bluetooth.GenericAttributeProfile;
using Windows.Devices.Enumeration;

namespace BLEDataHandling
{
    public class BLEDataHandler
    {
        private GattCharacteristic _characteristic;
        private List _receivedData;

        public event EventHandler DataReceived;

        public async Task InitializeAsync()
        {
            // 获取BLE设备
            string deviceSelector = BluetoothLEDevice.GetDeviceSelectorFromConnectionStatus(BluetoothConnectionStatus.Connected);
            DeviceInformationCollection devices = await DeviceInformation.FindAllAsync(deviceSelector);

            // 连接到BLE设备
            BluetoothLEDevice device = await BluetoothLEDevice.FromIdAsync(devices[0].Id);

            // 获取Gatt服务
            GattDeviceServicesResult servicesResult = await device.GetGattServicesAsync();
            GattDeviceService service = servicesResult.Services.FirstOrDefault(s => s.Uuid == GattServiceUuids.GenericAccess);

            // 获取Gatt特征
            GattCharacteristicsResult characteristicsResult = await service.GetCharacteristicsAsync();
            _characteristic = characteristicsResult.Characteristics.FirstOrDefault(c => c.Uuid == GattCharacteristicUuids.DeviceName);

            // 订阅通知
            _characteristic.ValueChanged += Characteristic_ValueChanged;
            GattCommunicationStatus status = await _characteristic.WriteClientCharacteristicConfigurationDescriptorAsync(
                GattClientCharacteristicConfigurationDescriptorValue.Notify);

            if (status == GattCommunicationStatus.Success)
            {
                _receivedData = new List();
            }
        }

        private void Characteristic_ValueChanged(GattCharacteristic sender, GattValueChangedEventArgs args)
        {
            byte[] receivedBytes = args.CharacteristicValue.ToArray();
            _receivedData.AddRange(receivedBytes);

            // 判断是否是最后一个数据包
            if (args.CharacteristicValue.ProtectionLevel == GattProtectionLevel.EncryptionRequired &&
                args.CharacteristicValue.SubscribedClientProperties.HasFlag(GattClientCharacteristicConfigurationDescriptorValue.Indicate))
            {
                if (args.CharacteristicValue.SubscribedClientProperties.HasFlag(GattClientCharacteristicConfigurationDescriptorValue.Indicate))
                {
                    // 发送确认回复
                    _characteristic.NotifyValue(args.CharacteristicValue, GattClientCharacteristicConfigurationDescriptorValue.Indicate);
                }
            }
            else
            {
                // 触发数据接收事件
                DataReceived?.Invoke(this, _receivedData.ToArray());
                _receivedData.Clear();
            }
        }
    }
}

这是一个使用C#编写的简单示例,它使用Windows.Devices.Bluetooth和Windows.Devices.Bluetooth.GenericAttributeProfile命名空间中的类来处理BLE数据。在初始化过程中,它连接到BLE设备并订阅通知,然后在特征值更改事件中处理接收到的数据。在判断是否是最后一个数据包时,可以根据特征值的保护级别和已订阅的客户端属性进行判断。如果是最后一个数据包,可以发送确认回复;否则,可以触发数据接收事件并清除接收缓冲区。

相关内容

热门资讯

昨日!欢喜麻将辅助透视挂,福来... 昨日!欢喜麻将辅助透视挂,福来麻将真的有挂,其实有挂功能1、任何欢喜麻将透视是真的假的的玩家都可以机...
黑科技代打!老铁联盟辅助透视挂... 黑科技代打!老铁联盟辅助透视挂,圣盛晃晃麻将是真的有挂,切实真的有挂1、玩家可以在圣盛晃晃麻将线上大...
日前!乐友辅助透视挂,杭乐麻将... 日前!乐友辅助透视挂,杭乐麻将确实有挂,本来证实有挂1、乐友模拟器是什么优化,乐友俱乐部是真的科技护...
长期以来!挪扎传奇辅助透视挂,... 长期以来!挪扎传奇辅助透视挂,呼包鄂游戏确实有挂,一直果真有挂1、金币登录送、破产送、升级送、活动送...
有消息称!新蜜瓜辅助透视挂,吉... 有消息称!新蜜瓜辅助透视挂,吉米是真的有挂,真是有挂细节所有人都在同一条线上,像星星一样排成一排,每...
目前来看!多乐互动辅助透视挂,... 目前来看!多乐互动辅助透视挂,汇友存在有挂,总是今日头条1、多乐互动辅助软件下载优化,多乐互动底牌透...
有了最新消息!微乐吉林麻将辅助... 有了最新消息!微乐吉林麻将辅助透视挂,大众互娱真的是有挂,都是有挂分享1、进入到微乐吉林麻将是否有挂...
目前!欢乐龙城棋牌辅助透视挂,... 目前!欢乐龙城棋牌辅助透视挂,四季湖南麻将真的是有挂,总是有挂解惑1、下载好欢乐龙城棋牌透视辅助下载...
复盘辅助挂!云水谣辅助透视挂,... 复盘辅助挂!云水谣辅助透视挂,超凡联盟真的是有挂,好像有挂透明挂1、云水谣辅助软件下载优化,云水谣底...
日前!丰城麻将辅助透视挂,兴动... 日前!丰城麻将辅助透视挂,兴动友圈真的是有挂,都是确实有挂该软件可以轻松地帮助玩家将丰城麻将外卦神器...