OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_CONN_REQ
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/lib/bluetooth/
l2cap.h
75
#define
L2CAP_CONN_REQ
0x02
108
} __attribute__ ((packed))
l2cap_conn_req
;
typedef in typeref:struct:__anon2236
/system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h
64
#define
L2CAP_CONN_REQ
0x02
99
} __attribute__ ((packed))
l2cap_conn_req
;
typedef in typeref:struct:__anon36363
/external/bluetooth/hcidump/parser/
l2cap.c
390
l2cap_conn_req
*h = frm->ptr;
739
case
L2CAP_CONN_REQ
:
/external/qemu/hw/
bt-l2cap.c
819
case
L2CAP_CONN_REQ
:
826
le16_to_cpu(((
l2cap_conn_req
*) params)->psm),
827
le16_to_cpu(((
l2cap_conn_req
*) params)->scid));
[
all
...]
bt.h
1752
} __attribute__ ((packed))
l2cap_conn_req
;
typedef in typeref:struct:__anon11154
[
all
...]
Completed in 24 milliseconds