From c48061ba2f015b7a8e82c5c12e1ac30bf06c1f38 Mon Sep 17 00:00:00 2001 From: Martin Xu Date: Wed, 8 Dec 2010 16:28:40 +0800 Subject: Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGET --- include/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/device.h') diff --git a/include/device.h b/include/device.h index 31aa92b8..c5e005d7 100644 --- a/include/device.h +++ b/include/device.h @@ -43,6 +43,7 @@ enum connman_device_type { CONNMAN_DEVICE_TYPE_BLUETOOTH = 4, CONNMAN_DEVICE_TYPE_CELLULAR = 5, CONNMAN_DEVICE_TYPE_GPS = 6, + CONNMAN_DEVICE_TYPE_GADGET = 7, CONNMAN_DEVICE_TYPE_VENDOR = 10000, }; -- cgit v1.2.3