SimpleBLE icon indicating copy to clipboard operation
SimpleBLE copied to clipboard

Return advertised services when scanning

Open mikkeldamsgaard opened this issue 3 years ago • 1 comments

Advertised data has the option to include service UUIDS.

These would be great to get back in discovered peripheral. These are different from the service ids queried when connected, so should be in a different attribute

mikkeldamsgaard avatar Sep 13 '22 18:09 mikkeldamsgaard

Hey @mikkeldamsgaard, thanks for the suggestion! Will add it to the to-do list.

kdewald avatar Sep 15 '22 02:09 kdewald

Implemented in https://github.com/OpenBluetoothToolbox/SimpleBLE/pull/130

kdewald avatar Nov 14 '22 02:11 kdewald