diff options
Diffstat (limited to 'include/net/bluetooth/hci.h')
| -rw-r--r-- | include/net/bluetooth/hci.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index eefcf3e96421..003b25283407 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -65,7 +65,7 @@  #define HCI_I2C		8  /* HCI controller types */ -#define HCI_BREDR	0x00 +#define HCI_PRIMARY	0x00  #define HCI_AMP		0x01  /* First BR/EDR Controller shall have ID = 0 */ @@ -445,6 +445,7 @@ enum {  /* ---- HCI Error Codes ---- */  #define HCI_ERROR_UNKNOWN_CONN_ID	0x02  #define HCI_ERROR_AUTH_FAILURE		0x05 +#define HCI_ERROR_PIN_OR_KEY_MISSING	0x06  #define HCI_ERROR_MEMORY_EXCEEDED	0x07  #define HCI_ERROR_CONNECTION_TIMEOUT	0x08  #define HCI_ERROR_REJ_LIMITED_RESOURCES	0x0d |