Alexander Lea / Mbed 2 deprecated BLE_CarPeripheral

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_GATT_test1 by Alexander Lea

Embed: (wiki syntax)

« Back to documentation index

BroadcasterService Class Reference

BroadcasterService Class Reference

Based heavily on the BLE Battery Service, the aim is to send key, pair values
. More...

#include <BroadcasterService.h>

Public Member Functions

void sendCommand (uint8_t _newCommand[8])

Detailed Description

Based heavily on the BLE Battery Service, the aim is to send key, pair values
.

UPDATE: Should now be sending 8-byte string - 4 bytes for Type, 4 for command

Definition at line 14 of file BroadcasterService.h.


Member Function Documentation

void sendCommand ( uint8_t  _newCommand[8] )
Parameters:

Definition at line 55 of file BroadcasterService.h.