Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Damp.c432 cp.tx_flow_spec.stype = chan->local_stype; in amp_create_logical_link()
Dl2cap_core.c553 chan->local_stype = L2CAP_SERV_BESTEFFORT; in __l2cap_chan_add()
3010 efs.stype = chan->local_stype; in l2cap_add_opt_efs()
3419 if (chan->local_stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_req()
3421 efs.stype != chan->local_stype) { in l2cap_parse_conf_req()
3567 if (chan->local_stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_rsp()
3569 efs.stype != chan->local_stype) in l2cap_parse_conf_rsp()
/linux-4.1.27/include/net/bluetooth/
Dl2cap.h561 __u8 local_stype; member