Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
Fork of BLE_API by
Diff: public/Gap.h
- Revision:
- 378:a8b035d877a8
- Parent:
- 375:9cb0b006227e
- Child:
- 380:2109a08c311c
--- a/public/Gap.h Wed May 13 08:51:07 2015 +0100 +++ b/public/Gap.h Wed May 13 08:51:07 2015 +0100 @@ -144,6 +144,7 @@ typedef void (*PasskeyDisplayCallback_t)(Handle_t handle, const Passkey_t passkey); friend class BLEDevice; + private: /* These functions must be defined in the sub-class */ virtual ble_error_t setAddress(addr_type_t type, const address_t address) = 0;