Add D13 definition
Dependents: Program3_BLEHeartRate Program3_BLEHeartRate
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/BlueNRGGap.h
- Revision:
- 236:2a73f3a97452
- Parent:
- 234:3f6bba52b307
- Child:
- 238:b6454c839f42
--- a/x-nucleo-idb0xa1/BlueNRGGap.h Thu Jun 09 17:15:02 2016 +0200 +++ b/x-nucleo-idb0xa1/BlueNRGGap.h Thu Jun 09 17:16:36 2016 +0200 @@ -176,6 +176,9 @@ Timeout advTimeout; bool AdvToFlag; + const uint8_t *scan_response_payload; + uint8_t scan_rsp_length; + static uint16_t SCAN_DURATION_UNITS_TO_MSEC(uint16_t duration) { return (duration * 625) / 1000; }