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

  /external/bluetooth/bluez/lib/bluetooth/
l2cap.h 91 #define L2CAP_HDR_SIZE 4
  /system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h 81 #define L2CAP_HDR_SIZE 4
  /external/qemu/hw/
bt-l2cap.c 31 uint8_t frame_in[65535 + L2CAP_HDR_SIZE] __attribute__ ((aligned (4)));
34 uint8_t frame_out[65535 + L2CAP_HDR_SIZE] __attribute__ ((aligned (4)));
992 if (l2cap_fcs16((const uint8_t *) hdr, L2CAP_HDR_SIZE + len - 2) != fcs)
    [all...]