Files
universal_ble/example
Tony 1d7108c9d0 Update Universal BLE Plugin for Peripheral Support and Code Generation
- Updated autogenerated files to reflect changes from Pigeon v26.3.4.
- Added new classes for UniversalBlePeripheralConfig, UniversalBlePeripheralService, UniversalBlePeripheralCharacteristic, UniversalBlePeripheralDescriptor, and UniversalBlePeripheralWriteEvent to handle peripheral configurations and events.
- Modified UniversalBlePlugin to implement methods for peripheral support, including StartPeripheral, StopPeripheral, UpdatePeripheralCharacteristicValue, and NotifyPeripheralCharacteristic, returning appropriate error messages for unsupported features on Windows.
- Updated HasPermissions method to include an additional parameter for Bluetooth advertising permissions.
- Adjusted method signatures and implementations across the plugin to accommodate new peripheral functionality.

Signed-off-by: Tony <tonylu@tony-cloud.com>
2026-05-08 03:36:12 +08:00
..
2026-04-02 14:16:37 +02:00
2026-02-28 10:04:02 +02:00
2026-04-02 14:16:37 +02:00
2026-02-28 10:04:02 +02:00
2026-02-28 10:04:02 +02:00
2024-01-24 14:23:49 +01:00
2026-02-28 10:04:02 +02:00
2026-02-28 10:04:02 +02:00

universal_ble_example

Demonstrates how to use the universal_ble plugin.