aboutsummaryrefslogtreecommitdiff
path: root/drivers/hellocasa/casa_imp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hellocasa/casa_imp.c')
-rw-r--r--drivers/hellocasa/casa_imp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hellocasa/casa_imp.c b/drivers/hellocasa/casa_imp.c
new file mode 100644
index 0000000..3c6a175
--- /dev/null
+++ b/drivers/hellocasa/casa_imp.c
@@ -0,0 +1,10 @@
+#include <stdio.h>
+#include "HAP_farf.h"
+#include "hellocasa.h"
+
+uint32 casa_hello_casa(char *response, int responseLen)
+{
+ snprintf(response, responseLen, "Hello CASA!");
+ return 0;
+}
+