Android Studio – After connecting to BLE device,how can i know which services are available, i only know to print uuids but i want to know the name of service
i am new to android development with Kotlin, i am developing an app to search for BLE devices. i am able to print the services(uuids) and its characterstics(uuids). i dont have any particular beacon to connect. i am just searching…