OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2cap_disconn_req
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/lib/bluetooth/
l2cap.h
79
#define
L2CAP_DISCONN_REQ
0x06
175
} __attribute__ ((packed))
l2cap_disconn_req
;
typedef in typeref:struct:__anon2241
/system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h
69
#define
L2CAP_DISCONN_REQ
0x06
166
} __attribute__ ((packed))
l2cap_disconn_req
;
typedef in typeref:struct:__anon36368
/external/qemu/hw/
bt-l2cap.c
870
case
L2CAP_DISCONN_REQ
:
877
le16_to_cpu(((
l2cap_disconn_req
*) params)->dcid),
878
le16_to_cpu(((
l2cap_disconn_req
*) params)->scid));
[
all
...]
bt.h
1844
} __attribute__ ((packed))
l2cap_disconn_req
;
typedef in typeref:struct:__anon11160
[
all
...]
/external/bluetooth/hcidump/parser/
l2cap.c
601
l2cap_disconn_req
*h = frm->ptr;
755
case
L2CAP_DISCONN_REQ
:
Completed in 28 milliseconds