Searched refs:efs (Results 1 – 1 of 1) sorted by relevance
2981 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local2985 efs.id = chan->local_id; in l2cap_add_opt_efs()2986 efs.stype = chan->local_stype; in l2cap_add_opt_efs()2987 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()2988 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs()2989 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs()2990 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs()2994 efs.id = 1; in l2cap_add_opt_efs()2995 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()2996 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()[all …]