Android API for Bluetooth Immediate Alert Service under Find Me

I am working on an Android application for "Bluetooth find me profile". I need to get all the Android APIs associated with the instant messaging service in "bluetooth find me profile". In the case of "Bluetooth find me profile", the server will alert the client. To develop profiles, I need to get the API associated with the client alert.

+5
source share
1 answer

Bluetooth My Search and Instant Alert is Bluetooth Smart porfiles / services. The regular Android APIs do not support Bluetooth Smart.

API Android, Bluetooth Smart: http://developer.motorola.com/docs/bluetooth-low-energy-api/ http://code.google.com/p/broadcom-ble/

+1

All Articles