--- android/hal-msg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index d2a0e2a..b0ee73c 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -372,6 +372,10 @@ struct hal_ev_ssp_request { uint32_t passkey; } __attribute__((packed)); +#define HAL_BOND_STATE_NONE 0 +#define HAL_BOND_STATE_BONDING 1 +#define HAL_BOND_STATE_BONDED 2 + #define HAL_EV_BOND_STATE_CHANGED 0x88 struct hal_ev_bond_state_changed { uint8_t status; -- 1.8.4.rc3 -- 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