OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_INFO_REQ
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluez/lib/bluetooth/
l2cap.h
83
#define
L2CAP_INFO_REQ
0x0a
186
} __attribute__ ((packed))
l2cap_info_req
;
typedef in typeref:struct:__anon2243
/system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h
74
#define
L2CAP_INFO_REQ
0x0a
177
} __attribute__ ((packed))
l2cap_info_req
;
typedef in typeref:struct:__anon36370
/external/bluetooth/bluez/test/
l2test.c
872
l2cap_info_req
*req = (
l2cap_info_req
*) (buf + L2CAP_CMD_HDR_SIZE);
904
cmd->code =
L2CAP_INFO_REQ
;
931
cmd->code =
L2CAP_INFO_REQ
;
981
cmd->code =
L2CAP_INFO_REQ
;
/external/bluetooth/hcidump/parser/
l2cap.c
682
l2cap_info_req
*h = frm->ptr;
771
case
L2CAP_INFO_REQ
:
/external/qemu/hw/
bt-l2cap.c
902
case
L2CAP_INFO_REQ
:
908
l2cap_info(l2cap, le16_to_cpu(((
l2cap_info_req
*) params)->type));
[
all
...]
bt.h
1855
} __attribute__ ((packed))
l2cap_info_req
;
typedef in typeref:struct:__anon11162
[
all
...]
Completed in 753 milliseconds