Maxim Integrated's IoT development kit
Dependencies: MAX30101 MAX30003 MAX113XX_Pixi MAX30205 max32630fthr USBDevice
ble_comm.h
- Committer:
- Mahir Ozturk
- Date:
- 2018-06-28
- Revision:
- 13:fba77a5d0fa0
File content as of revision 13:fba77a5d0fa0:
/*
* ble_comm.h
*
* Created on: Jun 21, 2018
* Author: Mahir.Ozturk
*/
#ifndef BLE_COMM_H_
#define BLE_COMM_H_
#include <ble/BLE.h>
ble_error_t bleGattAttrWrite(GattAttribute::Handle_t handle, const uint8_t *value, uint16_t size);
#endif /* BLE_COMM_H_ */