Skip to content

Commit 4416ef6

Browse files
committed
BLE: Add optionnal error_code CharacteristicDescriptorDiscovery::TerminationCallbackParams_t
1 parent 97995b8 commit 4416ef6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

features/FEATURE_BLE/ble/CharacteristicDescriptorDiscovery.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ class CharacteristicDescriptorDiscovery {
7070
* status of the discovery operation
7171
*/
7272
ble_error_t status;
73+
74+
/**
75+
* error code associated with the status if any.
76+
*/
77+
uint8_t error_code;
7378
};
7479

7580
/**

0 commit comments

Comments
 (0)