X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fnet%2Fbluetooth%2Fl2cap.h;h=5ee3c689c86370b4b325309d337611c9b51af5d1;hb=74a46ec6fbc1b410f3cbf897d3802c0bf554ea5a;hp=52899291f40144c0dab97e135b0c9762ade5c8d1;hpb=d267b8d6c65ed7636a412ca479b96df7c0f5b27b;p=deliverable%2Flinux.git diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 52899291f401..5ee3c689c863 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h @@ -252,6 +252,12 @@ struct l2cap_conn_rsp { #define L2CAP_PSM_3DSP 0x0021 #define L2CAP_PSM_IPSP 0x0023 /* 6LoWPAN */ +#define L2CAP_PSM_DYN_START 0x1001 +#define L2CAP_PSM_DYN_END 0xffff +#define L2CAP_PSM_AUTO_END 0x10ff +#define L2CAP_PSM_LE_DYN_START 0x0080 +#define L2CAP_PSM_LE_DYN_END 0x00ff + /* channel identifier */ #define L2CAP_CID_SIGNALING 0x0001 #define L2CAP_CID_CONN_LESS 0x0002