mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Add optionnal error_code CharacteristicDescriptorDiscovery::TerminationCallbackParams_t
parent
97995b8de9
commit
4416ef6233
|
|
@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue