LeandroSQ / android-ble-made-easy

An Android Library for handling Bluetooth Low Energy on Android Easy
MIT License
88 stars 29 forks source link

feature: MTU request + RSSI forced reading #32

Closed LeandroSQ closed 1 year ago

LeandroSQ commented 1 year ago

Follow-up on @Valexi7 #26

I added a method to request MTU change discussed in issue: MTU size request #25

Usage: connection?.requestMTU(512)

Usage: connection?.readRSSI()

LeandroSQ commented 1 year ago

@valexi7 would you be so kind to take a look before I merge your PR into master. Sorry to have to create another PR, it felt easier, you still own your changes and should appear as a contributor.

Thank you once again for this contribution.