sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
463 stars 180 forks source link

Add broadcast support for longer uuids #281

Open PRosenb opened 3 years ago

PRosenb commented 3 years ago

The existing implementation supports 16 bit UUIDs for broadcasts. The Bluetooth spec also allows to broadcast with UUIDs of length 32 bit and 128 bit.

Core Specifications -> Core Specification Supplement, revision: v9 -> Chapter 1.11.2

Thanks for reviewing this pull request.

PRosenb commented 3 years ago

@sandeepmistry could you please review or comment this pull request? Many thanks.