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

  /system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h 126 #define L2CAP_CONF_REQ_SIZE 4
  /external/qemu/hw/
bt-l2cap.c 254 L2CAP_CMD_HDR_SIZE + L2CAP_CONF_REQ_SIZE(len));
264 hdr->len = cpu_to_le16(L2CAP_CONF_REQ_SIZE(len));
842 if (unlikely(len < L2CAP_CONF_REQ_SIZE(0))) {
851 len - L2CAP_CONF_REQ_SIZE(0));
    [all...]
bt.h     [all...]

Completed in 60 milliseconds