OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_CONF_RSP_SIZE
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/lib/bluetooth/
l2cap.h
144
#define
L2CAP_CONF_RSP_SIZE
6
/system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h
135
#define
L2CAP_CONF_RSP_SIZE
6
/external/qemu/hw/
bt-l2cap.c
282
L2CAP_CMD_HDR_SIZE +
L2CAP_CONF_RSP_SIZE
(len));
288
hdr->len = cpu_to_le16(
L2CAP_CONF_RSP_SIZE
(len));
855
if (unlikely(len <
L2CAP_CONF_RSP_SIZE
(0))) {
865
len -
L2CAP_CONF_RSP_SIZE
(0)))
[
all
...]
bt.h
[
all
...]
/external/bluetooth/hcidump/parser/
l2cap.c
576
int clen = btohs(cmd->len) -
L2CAP_CONF_RSP_SIZE
;
Completed in 23 milliseconds