Searched refs:opt_fcs (Results 1 – 1 of 1) sorted by relevance
1332 struct bt_l2cap_conf_opt_fcs *opt_fcs; in l2cap_br_conf_opt_fcs() local1334 if (len != sizeof(*opt_fcs)) { in l2cap_br_conf_opt_fcs()1340 opt_fcs = (struct bt_l2cap_conf_opt_fcs *)buf->data; in l2cap_br_conf_opt_fcs()1342 LOG_DBG("FCS type %u", opt_fcs->type); in l2cap_br_conf_opt_fcs()1344 if (opt_fcs->type != BT_L2CAP_FCS_TYPE_NO) { in l2cap_br_conf_opt_fcs()1347 opt_fcs->type = BT_L2CAP_FCS_TYPE_NO; in l2cap_br_conf_opt_fcs()