Data received only first connected device.
//create service
GlobalVariables.BluetoothLeService1=((BluetoothLeService_13022026_1.LocalBinder) iBinder).getService();
GlobalVariables.BluetoothLeService1.initialize()
GlobalVariables.BluetoothLeService1.connect(GlobalVariables.AnaAdd2)//with 500 delay
GlobalVariables.BluetoothLeService1.connect(GlobalVariables.AnaAdd3)//with 500 delay
GlobalVariables.BluetoothLeService1.connect(GlobalVariables.AnaAdd4)//with 500 delay
GlobalVariables.BluetoothLeService1.connect(GlobalVariables.AnaAdd5)//with 500 delay
GlobalVariables.BluetoothLeService1.connect(GlobalVariables.AnaAdd6)//with 500 delay
//then call //mGattCallbackLACTO
1. onConnectionStateChange
2. onMtuChanged
3.onServicesDiscovered
3.1 //setCharacteristicNotificationLACTO write each desriptor
BluetoothGattCharacteristic characteristic=GlobalVariables.mGattCharacteristicsLACTO2.get(0).get(1)
BluetoothGattDescriptor descriptor = characteristic.getDescriptors().get(0);//characteristic are get for eache deivice successfully
descriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE);
GlobalVariables.mBluetoothGatt_GLACTO2.setCharacteristicNotification(characteristic, enabled);
GlobalVariables.mBluetoothGatt_GLACTO2.writeDescriptor(descriptor)//and so on for each device
BluetoothGattCharacteristic characteristic=GlobalVariables.mGattCharacteristicsLACTO3.get(0).get(1)
BluetoothGattDescriptor descriptor = characteristic.getDescriptors().get(0);//characteristic are get for eache deivice successfully
GlobalVariables.mBluetoothGatt_GLACTO3.setCharacteristicNotification(characteristic, enabled);
GlobalVariables.mBluetoothGatt_GLACTO3.writeDescriptor(descriptor)//and so on for each device
BluetoothGattCharacteristic characteristic=GlobalVariables.mGattCharacteristicsLACTO4.get(0).get(1)
BluetoothGattDescriptor descriptor = characteristic.getDescriptors().get(0);//characteristic are get for eache deivice successfully
GlobalVariables.mBluetoothGatt_GLACTO4.setCharacteristicNotification(characteristic, enabled);
GlobalVariables.mBluetoothGatt_GLACTO4.writeDescriptor(descriptor)//and so on for each device
BluetoothGattCharacteristic characteristic=GlobalVariables.mGattCharacteristicsLACTO5.get(0).get(1)
BluetoothGattDescriptor descriptor = characteristic.getDescriptors().get(0);//characteristic are get for eache deivice successfully
GlobalVariables.mBluetoothGatt_GLACTO5.setCharacteristicNotification(characteristic, enabled);
GlobalVariables.mBluetoothGatt_GLACTO6.writeDescriptor(descriptor)//and so on for each device
4.onCharacteristicRead
5.onCharacteristicChanged
6.onCharacteristicWrite
7. Broadcast with each BLE adddress