prova invio BLE
Dependents: BLE_HeartRate_IDB04A1
Fork of BLE_API by
Diff: ble/BLE.h
- Revision:
- 806:50c121156a71
- Parent:
- 752:424c2ae44553
- Child:
- 807:d119f9333581
diff -r de2feb3e6e41 -r 50c121156a71 ble/BLE.h --- a/ble/BLE.h Tue Sep 29 09:47:51 2015 +0100 +++ b/ble/BLE.h Tue Sep 29 09:47:51 2015 +0100 @@ -1333,6 +1333,10 @@ } private: + BLE(const BLE&); + BLE &operator=(const BLE &); + +private: BLEInstanceBase *const transport; /* the device specific backend */ };