mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 16:24:28 +08:00
Add definition for the SECURE link mode
This commit is contained in:
parent
c3b2524a78
commit
5106bfbab2
@ -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 ----- */
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user