static BluetoothLEManager()
 {
     instance = new BluetoothLEManager();
 }
 public GattaCallback(BluetoothLEManager p)
 {
     parent = p;
 }