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:
- 165:3576598c0889
- Parent:
- 160:174387d53809
- Child:
- 183:2e517d3ddd71
--- a/x-nucleo-idb0xa1/BlueNRGGap.h Fri Oct 30 14:08:52 2015 +0100 +++ b/x-nucleo-idb0xa1/BlueNRGGap.h Fri Oct 30 16:46:25 2015 +0100 @@ -130,7 +130,8 @@ uint8_t *data_length, uint8_t *data, uint8_t *RSSI); - ble_error_t makeConnection(void); + ble_error_t createConnection(void); + void setConnectionHandle(uint16_t con_handle); uint16_t getConnectionHandle(void);