OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_CMD_REJ_SIZE
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/lib/bluetooth/
l2cap.h
103
#define
L2CAP_CMD_REJ_SIZE
2
/system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h
94
#define
L2CAP_CMD_REJ_SIZE
2
/external/qemu/hw/
bt-l2cap.c
194
len = cpu_to_le16(
L2CAP_CMD_REJ_SIZE
+ plen);
197
L2CAP_CMD_HDR_SIZE +
L2CAP_CMD_REJ_SIZE
+ plen);
206
memcpy(pkt + L2CAP_CMD_HDR_SIZE +
L2CAP_CMD_REJ_SIZE
, data, plen);
[
all
...]
bt.h
[
all
...]
/external/bluetooth/hcidump/parser/
l2cap.c
373
printf(" mtu %d\n", get_val(frm->ptr +
L2CAP_CMD_REJ_SIZE
, 2));
376
cid = get_val(frm->ptr +
L2CAP_CMD_REJ_SIZE
, 4);
Completed in 504 milliseconds