Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Damp.c549 cp.tx_flow_spec.stype = chan->local_stype; in amp_create_logical_link()
Dl2cap_core.c619 chan->local_stype = L2CAP_SERV_BESTEFFORT; in __l2cap_chan_add()
3229 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
3693 if (chan->local_stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_req()
3695 efs.stype != chan->local_stype) { in l2cap_parse_conf_req()
3850 if (chan->local_stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_rsp()
3852 efs.stype != chan->local_stype) in l2cap_parse_conf_rsp()
/Linux-v6.6/include/net/bluetooth/
Dl2cap.h618 __u8 local_stype; member