OSDN Git Service

android: Add missing bond state definition to IPC header
authorSzymon Janc <szymon.janc@gmail.com>
Thu, 31 Oct 2013 02:55:42 +0000 (02:55 +0000)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 31 Oct 2013 08:45:43 +0000 (10:45 +0200)
android/hal-msg.h

index 7c67948..dfe73cc 100644 (file)
@@ -392,6 +392,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;