Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dl2cap.h310 #define L2CAP_CONF_OPT_SIZE 2 macro
/linux-4.1.27/net/bluetooth/
Dl2cap_core.c2945 len = L2CAP_CONF_OPT_SIZE + opt->len; in l2cap_get_conf_opt()
3000 *ptr += L2CAP_CONF_OPT_SIZE + len; in l2cap_add_conf_opt()
3315 while (len >= L2CAP_CONF_OPT_SIZE) { in l2cap_parse_conf_req()
3524 while (len >= L2CAP_CONF_OPT_SIZE) { in l2cap_parse_conf_rsp()
3703 while (len >= L2CAP_CONF_OPT_SIZE) { in l2cap_conf_rfc_get()