Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822
TransferService.h
- Committer:
- rgrover1
- Date:
- 2014-12-09
- Revision:
- 5:90b73268e270
- Parent:
- 4:29ae814ca55e
File content as of revision 5:90b73268e270:
#ifndef _H_TRANSFERSERVICE_H
#define _H_TRANSFERSERVICE_H
#include "BLEDevice.h"
#include "GattCharacteristicWriteCBParams.h"
namespace Transfer {
void init(BLEDevice &ble);
void reset();
void handleDataWritten(const GattCharacteristicWriteCBParams *params);
const uint8_t* getServiceUUIDp();
}
#endif //_H_TRANSFERSERVICE_H