Enable set of the FCS Option on userland. Need a kernel with support to FCS. --- include/l2cap.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/l2cap.h b/include/l2cap.h index 8bede46..23a4820 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -51,6 +51,7 @@ struct l2cap_options { uint16_t imtu; uint16_t flush_to; uint8_t mode; + uint8_t fcs; }; #define L2CAP_CONNINFO 0x02 -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html