An example program to test data transfer throughput. Exhibits long latency (2 sec) between hardware callbacks on write event.

Dependencies:   BLE_API mbed nRF51822

TransferService.h

Committer:
pvaibhav
Date:
2014-08-14
Revision:
0:ab775bf55fe4

File content as of revision 0:ab775bf55fe4:

#ifndef _H_TRANSFERSERVICE_H
#define _H_TRANSFERSERVICE_H

#include "BLEDevice.h"

namespace Transfer
{

void init(BLEDevice &ble);
void reset();
void handleDataWritten(uint16_t handle);
const uint8_t* getServiceUUIDp();

};

#endif//_H_TRANSFERSERVICE_H