Home
last modified time | relevance | path

Searched refs:opt_fcs (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c1332 struct bt_l2cap_conf_opt_fcs *opt_fcs; in l2cap_br_conf_opt_fcs() local
1334 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()