OSDN Git Service

[1/2] Bluetooth: Security: Handle authentication rejected error status
authorHemant Gupta <hemantg@codeaurora.org>
Wed, 31 Jul 2013 13:44:02 +0000 (19:14 +0530)
committerMatthew Xie <mattx@google.com>
Sun, 29 Jun 2014 18:53:55 +0000 (11:53 -0700)
Handle authentication rejected error status in failure scenario.

Change-Id: Ibd59d161ee5481ced2cb078a6ee6f4a6b045bcd4

include/hardware/bluetooth.h

index c3256ba..a074f4f 100644 (file)
@@ -87,7 +87,8 @@ typedef enum {
     BT_STATUS_PARM_INVALID,
     BT_STATUS_UNHANDLED,
     BT_STATUS_AUTH_FAILURE,
-    BT_STATUS_RMT_DEV_DOWN
+    BT_STATUS_RMT_DEV_DOWN,
+    BT_STATUS_AUTH_REJECTED
 
 } bt_status_t;