This error code was recently added to device disconnected event. --- lib/mgmt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index f6a976a..705be07 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -589,6 +589,7 @@ struct mgmt_ev_device_connected { #define MGMT_DEV_DISCONN_TIMEOUT 0x01 #define MGMT_DEV_DISCONN_LOCAL_HOST 0x02 #define MGMT_DEV_DISCONN_REMOTE 0x03 +#define MGMT_DEV_DISCONN_AUTH_FAILURE 0x04 #define MGMT_EV_DEVICE_DISCONNECTED 0x000C struct mgmt_ev_device_disconnected { -- 2.7.4 -- 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