l2cap_qos_t 162 netbt/l2cap.h #define L2CAP_OPT_QOS_SIZE sizeof(l2cap_qos_t) l2cap_qos_t 287 netbt/l2cap.h l2cap_qos_t qos; /* L2CAP_OPT_QOS */ l2cap_qos_t 366 netbt/l2cap.h extern const l2cap_qos_t l2cap_default_qos; l2cap_qos_t 392 netbt/l2cap.h l2cap_qos_t lc_iqos; /* incoming QoS flow control */ l2cap_qos_t 393 netbt/l2cap.h l2cap_qos_t lc_oqos; /* outgoing Qos flow control */ l2cap_qos_t 55 netbt/l2cap_misc.c const l2cap_qos_t l2cap_default_qos = { l2cap_qos_t 96 netbt/l2cap_upper.c memcpy(&chan->lc_iqos, &l2cap_default_qos, sizeof(l2cap_qos_t)); l2cap_qos_t 97 netbt/l2cap_upper.c memcpy(&chan->lc_oqos, &l2cap_default_qos, sizeof(l2cap_qos_t)); l2cap_qos_t 485 netbt/l2cap_upper.c memcpy(addr, &chan->lc_iqos, sizeof(l2cap_qos_t)); l2cap_qos_t 486 netbt/l2cap_upper.c return sizeof(l2cap_qos_t); l2cap_qos_t 489 netbt/l2cap_upper.c memcpy(addr, &chan->lc_oqos, sizeof(l2cap_qos_t)); l2cap_qos_t 490 netbt/l2cap_upper.c return sizeof(l2cap_qos_t);