public OWBLE_LeScanCallback(OWBLE owble)
 {
     _owble = owble;
 }
 public OWBLE_BluetoothGattCallback(OWBLE owble)
 {
     _owble = owble;
 }