BLE: Add optionnal error_code CharacteristicDescriptorDiscovery::TerminationCallbackParams_t

pull/5060/head
Vincent Coubard 2017-09-08 10:40:49 +01:00
parent 97995b8de9
commit 4416ef6233
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ public:
* status of the discovery operation
*/
ble_error_t status;
/**
* error code associated with the status if any.
*/
uint8_t error_code;
};
/**