I am designing a mobile application for a mobile phone that currently has the following functionality: The application scans for Bluetooth devices, in my case a Arduino 101 micro-controller, and upon selecting the application successfully the application permits a connection with the Arduino 101. The next step is to setup communication between the Arduino 101 and the mobile application, so the Arduino 101 can be controlled by the application via writing numerical bits of data to the device, which represent integer speed values. I read that I need to setup a GATT Client or Server, but I am not certain if this is correct nor how to do so step-by-step in the existing program that I've written. May someone please clarify what I need to do and how to do so. Mind you, visual aids help me learn.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/231a7ae3-2723-403b-b7e6-6e5092b7bbbc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

