X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Fbluetooth%2Fl2cap.h;h=bcbf4411bf69550ec3e127464f1df51cae03d3de;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=d420305ff256839995bd163f53ff4990e052910c;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index d420305ff..bcbf4411b 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h @@ -176,6 +176,14 @@ struct l2cap_info_rsp { __u8 data[0]; } __attribute__ ((packed)); +/* info type */ +#define L2CAP_IT_CL_MTU 0x0001 +#define L2CAP_IT_FEAT_MASK 0x0002 + +/* info result */ +#define L2CAP_IR_SUCCESS 0x0000 +#define L2CAP_IR_NOTSUPP 0x0001 + /* ----- L2CAP connections ----- */ struct l2cap_chan_list { struct sock *head;