Searched refs:attribute_name (Results 1 – 2 of 2) sorted by relevance
97 const char * attribute_name; in ancs_callback() local107 …attribute_name = ancs_client_attribute_name_for_id(ancs_subevent_client_notification_get_attribute… in ancs_callback()108 if (!attribute_name) break; in ancs_callback()109 …printf("Notification: %s - %s\n", attribute_name, ancs_subevent_client_notification_get_text(packe… in ancs_callback()
76 const char * attribute_name;86 …attribute_name = ancs_client_attribute_name_for_id(ancs_subevent_client_notification_get_attribute…87 if (!attribute_name) break;89 Serial.print(attribute_name);