Removed WhoIs handling from the WhoIs demo to keep from responding to WhoIs with my internal device instance since this was confusing.
This commit is contained in:
@@ -86,9 +86,8 @@ void MyRejectHandler(
|
|||||||
static void Init_Service_Handlers(
|
static void Init_Service_Handlers(
|
||||||
void)
|
void)
|
||||||
{
|
{
|
||||||
/* we need to handle who-is
|
/* Note: this applications doesn't need to handle who-is
|
||||||
to support dynamic device binding to us */
|
it is confusing for the user! */
|
||||||
apdu_set_unconfirmed_handler(SERVICE_UNCONFIRMED_WHO_IS, handler_who_is);
|
|
||||||
/* set the handler for all the services we don't implement
|
/* set the handler for all the services we don't implement
|
||||||
It is required to send the proper reject message... */
|
It is required to send the proper reject message... */
|
||||||
apdu_set_unrecognized_service_handler_handler
|
apdu_set_unrecognized_service_handler_handler
|
||||||
|
|||||||
Reference in New Issue
Block a user