--- android/hal-msg.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index a4eb2a8..ec4b62a 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -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; -- 1.8.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html