]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - include/net/bluetooth/l2cap.h
Bluetooth: Implement RejActioned flag
[mirror_ubuntu-eoan-kernel.git] / include / net / bluetooth / l2cap.h
index 327eb57dab512217677ed7f95b1f53af8fcec889..17a689f27a6a397be082509e4f818f10566968cc 100644 (file)
@@ -374,6 +374,7 @@ struct l2cap_pinfo {
 #define L2CAP_CONN_SEND_PBIT       0x10
 #define L2CAP_CONN_REMOTE_BUSY     0x20
 #define L2CAP_CONN_LOCAL_BUSY      0x40
+#define L2CAP_CONN_REJ_ACT         0x80
 
 #define __mod_retrans_timer() mod_timer(&l2cap_pi(sk)->retrans_timer, \
                jiffies +  msecs_to_jiffies(L2CAP_DEFAULT_RETRANS_TO));