I am able to scan a ble device from my android application after this I want to send data to that scanned device. How to do? Kindly share me example code if any one have.
I referred to answered some one asked same question here [Working with BLE Android 4.3 how to write characteristics?
but am not getting below piace of code
BluetoothGattService Service = mBluetoothGatt.getService(your Services);
Here what is `your seervice`
BluetoothGattCharacteristic charac = Service
.getCharacteristic(your characteristic);
Here what is `your characteristic`
Kindly explain above code
Thanks