espressif / esp-idf-provisioning-ios

Apache License 2.0
130 stars 62 forks source link

Feature/search device serviceid #64

Open macielcr7 opened 1 year ago

macielcr7 commented 1 year ago

method to filter by array of service IDs. this way I have the two query options both by prefix and by array of service IDs.

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 2 committers have signed the CLA.

:x: Maciel Sousa
:x: macielcr7


Maciel Sousa seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

vikas-chandra-mnnit commented 10 months ago

Hello @macielcr7, we haven't come across any situations where the service IDs are necessary instead of prefixes for filtering BLE devices. If you have specific use cases that add importance to your pull request, kindly inform us.

macielcr7 commented 10 months ago

Hi @vikas-chandra-mnnit , In my current company, they search only by service IDS, so I also added the search functionality by service IDS.