Fix confirmed service with service supported enumeration
This commit is contained in:
@@ -126,7 +126,7 @@ void handler_reinitialize_device(uint8_t *service_request,
|
||||
#ifdef BAC_ROUTING
|
||||
/* Check to see if the current Device supports this service. */
|
||||
len = Routed_Device_Service_Approval(
|
||||
SERVICE_CONFIRMED_REINITIALIZE_DEVICE, (int)rd_data.state,
|
||||
SERVICE_SUPPORTED_REINITIALIZE_DEVICE, (int)rd_data.state,
|
||||
&Handler_Transmit_Buffer[pdu_len], service_data->invoke_id);
|
||||
if (len > 0)
|
||||
goto RD_ABORT;
|
||||
|
||||
Reference in New Issue
Block a user