Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/bluetooth/
Dl2cap.h157 #define L2CAP_CONF_OPT_SIZE 2 macro
/external/qemu/hw/
Dbt-l2cap.c513 if (len < L2CAP_CONF_OPT_SIZE || in l2cap_channel_config()
514 len < L2CAP_CONF_OPT_SIZE + opt->len) { in l2cap_channel_config()
518 data += L2CAP_CONF_OPT_SIZE + opt->len; in l2cap_channel_config()
519 len -= L2CAP_CONF_OPT_SIZE + opt->len; in l2cap_channel_config()
Dbt.h1808 #define L2CAP_CONF_OPT_SIZE 2 macro
/external/bluetooth/hcidump/parser/
Dl2cap.c451 ptr += L2CAP_CONF_OPT_SIZE + h->len; in conf_opt()
452 len -= L2CAP_CONF_OPT_SIZE + h->len; in conf_opt()