Add support for ScanInterval property
[connman] / include / types.h
index 648fee1..ab58f1e 100644 (file)
@@ -34,7 +34,9 @@ extern "C" {
 #define        TRUE    (!FALSE)
 #endif
 
-typedef int    connman_bool_t;
+typedef int            connman_bool_t;
+typedef unsigned char  connman_uint8_t;
+typedef unsigned short connman_uint16_t;
 
 #ifdef __cplusplus
 }