I am developing an android application where I have to connect to Bluetooth device on Android 4.3.
The goal of this APP is BLE Anti-loss, it can make the buzzer beep on the remote device and I want to implement the PROXIMITY PROFILE and Find Me PROFILE.
I reference the sample of BluetoothLeGatt in Android API18 and I can scan, connect and discover the services.
I found the UUID of Immediate Alert is 0x1802, but I did not found the UUID for Find Me PROFILE and PROXIMITY PROFILE at Bluetooth Developer portal.
And if I got the UUID, how to use this UUID to make the buzzer beep on the remote device.
Does anyone have an android application sample for Immediate Alert, PROXIMITY PROFILE and Find Me PROFILE?
Or can show me how to use UUID to achieve the required functionality?