BLE_API wrapper library for STMicroelectronics' BlueNRG Bluetooth Low Energy expansion board shield
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/BlueNRGGap.h
- Revision:
- 226:2a73f3a97452
- Parent:
- 224:3f6bba52b307
- Child:
- 228: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; }