stm32duino / STM32duinoBLE

ArduinoBLE library fork to support ST BLE modules
GNU Lesser General Public License v2.1
16 stars 17 forks source link

Sync changes with ArduinoBLE #62

Open AresMaster opened 1 year ago

AresMaster commented 1 year ago

Merging commits with Arduino BLE and https://github.com/arduino-libraries/ArduinoBLE/pull/141

Device pairing works (tested with phone).

Changes made to BLELocalDevice:

I have added an @note with the reason for the changes. They can be removed from the code.

Changes tested using P-NUCLEO-WB55 and a phone.

Please feel free to test further and make any changes to the code.

fpistm commented 1 year ago

Hi @AresMaster Thansk for this PR. I will review it soon.