Add definition for the SECURE link mode

This commit is contained in:
Marcel Holtmann 2004-11-09 12:46:34 +00:00
parent c3b2524a78
commit 5106bfbab2
3 changed files with 3 additions and 0 deletions

View File

@ -267,6 +267,7 @@ enum {
#define HCI_LM_ENCRYPT 0x0004
#define HCI_LM_TRUSTED 0x0008
#define HCI_LM_RELIABLE 0x0010
#define HCI_LM_SECURE 0x0020
/* ----- HCI Commands ----- */

View File

@ -67,6 +67,7 @@ struct l2cap_conninfo {
#define L2CAP_LM_ENCRYPT 0x0004
#define L2CAP_LM_TRUSTED 0x0008
#define L2CAP_LM_RELIABLE 0x0010
#define L2CAP_LM_SECURE 0x0020
#define L2CAP_QOS 0x04
struct l2cap_qos {

View File

@ -56,6 +56,7 @@ struct sockaddr_rc {
#define RFCOMM_LM_ENCRYPT 0x0004
#define RFCOMM_LM_TRUSTED 0x0008
#define RFCOMM_LM_RELIABLE 0x0010
#define RFCOMM_LM_SECURE 0x0020
/* RFCOMM TTY support */
#define RFCOMM_MAX_DEV 256