aa
Dependents: Peripheral_1_serial_copy Peripheral_1_serial 151006_1st_Scenario_normal
Fork of nRF51822 by
Diff: btle/btle_discovery.cpp
- Revision:
- 333:8eedcd324853
- Parent:
- 332:b054000833d4
- Child:
- 335:601d65634447
--- a/btle/btle_discovery.cpp Fri Jun 19 15:55:32 2015 +0100 +++ b/btle/btle_discovery.cpp Fri Jun 19 15:55:32 2015 +0100 @@ -56,7 +56,7 @@ case BLE_GATTC_EVT_READ_RSP: if (DiscoveredCharacteristic::onDataReadCallback != NULL) { - DiscoveredCharacteristic::ReadResponse_t response = { + GattClient::ReadResponse_t response = { .handle = p_ble_evt->evt.gattc_evt.params.read_rsp.handle, .offset = p_ble_evt->evt.gattc_evt.params.read_rsp.offset, .len = p_ble_evt->evt.gattc_evt.params.read_rsp.len,