OSDN Git Service

android: Add missing discovery state definitions to IPC header
authorJakub Tyszkowski <jakub.tyszkowski@tieto.com>
Wed, 30 Oct 2013 10:00:32 +0000 (11:00 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 30 Oct 2013 10:12:14 +0000 (12:12 +0200)
android/hal-msg.h

index 80b47d6..d2a0e2a 100644 (file)
@@ -348,6 +348,9 @@ struct hal_ev_device_found {
        struct hal_property props[0];
 } __attribute__((packed));
 
+#define HAL_DISCOVERY_STATE_STOPPED    0x00
+#define HAL_DISCOVERY_STATE_STARTED    0x01
+
 #define HAL_EV_DISCOVERY_STATE_CHANGED 0x85
 struct hal_ev_discovery_state_changed {
        uint8_t state;