HomeSort by relevance Sort by last modified time
    Searched refs:L2CAP_CONF_RSP_SIZE (Results 1 - 5 of 5) sorted by null

  /system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h 56 #define L2CAP_CONF_RSP_SIZE 6
  /external/bluetooth/bluez/include/bluetooth/
l2cap.h 142 #define L2CAP_CONF_RSP_SIZE 6
  /external/qemu/hw/
bt-l2cap.c 284 L2CAP_CMD_HDR_SIZE + L2CAP_CONF_RSP_SIZE(len));
290 hdr->len = cpu_to_le16(L2CAP_CONF_RSP_SIZE(len));
857 if (unlikely(len < L2CAP_CONF_RSP_SIZE(0))) {
867 len - L2CAP_CONF_RSP_SIZE(0)))
    [all...]
bt.h     [all...]
  /external/bluetooth/hcidump/parser/
l2cap.c 542 int clen = btohs(cmd->len) - L2CAP_CONF_RSP_SIZE;

Completed in 947 milliseconds