Added WhoIs to bit string returned for Services Supported.
This commit is contained in:
@@ -49,6 +49,9 @@ bool apdu_service_supported(
|
|||||||
if (service_supported == SERVICE_SUPPORTED_READ_PROPERTY) {
|
if (service_supported == SERVICE_SUPPORTED_READ_PROPERTY) {
|
||||||
status = true;
|
status = true;
|
||||||
}
|
}
|
||||||
|
if (service_supported == SERVICE_SUPPORTED_WHO_IS) {
|
||||||
|
status = true;
|
||||||
|
}
|
||||||
#ifdef WRITE_PROPERTY
|
#ifdef WRITE_PROPERTY
|
||||||
if (service_supported == SERVICE_SUPPORTED_WRITE_PROPERTY) {
|
if (service_supported == SERVICE_SUPPORTED_WRITE_PROPERTY) {
|
||||||
status = true;
|
status = true;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user