DrAma999 / LittleBlueTooth

A simple library that helps you in connecting with BLE devices
MIT License
79 stars 17 forks source link

Preservation and restauration example app #42

Closed jaksatomovic closed 1 year ago

jaksatomovic commented 1 year ago

I neee more details :)

DrAma999 commented 1 year ago

I need more details too :) What have you tried tried so far? What is the thing that is not clear in using it or what are the issues that you've encountered? Did you read the suggested documents linked in the read me? I'm referring to this, this and this .

jaksatomovic commented 1 year ago

Hi, thanks for the reply. Ill look into that. One more question before I close this issue. I'm trying to scan for peripherals and list all discoveries in action sheet allowing user to select the one he wants to connect to. Could you give an example code for that using StartLittleBlueTooth

jaksatomovic commented 1 year ago

I would appriciate any feedback soon. I can not manage to get it working using StartLittleBlueTooth and scan()

DrAma999 commented 1 year ago

In the documentation there is a link to a simple sample app that you can use to scan and connect to peripheral. As before I would suggest you to read the documentation, read the snippets provided. If something doesn't work as you expected always provide an MVP that can replicate the issue. Best