Home
last modified time | relevance | path

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

/net/bluetooth/
Dl2cap_core.c3221 struct l2cap_conf_efs efs; in l2cap_add_opt_efs() local
3225 efs.id = chan->local_id; in l2cap_add_opt_efs()
3226 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
3227 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
3228 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime); in l2cap_add_opt_efs()
3229 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT); in l2cap_add_opt_efs()
3230 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO); in l2cap_add_opt_efs()
3234 efs.id = 1; in l2cap_add_opt_efs()
3235 efs.stype = L2CAP_SERV_BESTEFFORT; in l2cap_add_opt_efs()
3236 efs.msdu = cpu_to_le16(chan->local_msdu); in l2cap_add_opt_efs()
[all …]