OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a125342
)
monitor: Add structure for L2CAP connectionless channel
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 9 Oct 2013 06:07:56 +0000
(23:07 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Wed, 9 Oct 2013 06:07:56 +0000
(23:07 -0700)
monitor/bt.h
patch
|
blob
|
history
diff --git
a/monitor/bt.h
b/monitor/bt.h
index
24980e1
..
d82fdda
100644
(file)
--- a/
monitor/bt.h
+++ b/
monitor/bt.h
@@
-1916,6
+1916,10
@@
struct bt_l2cap_pdu_conn_param_rsp {
uint16_t result;
} __attribute__ ((packed));
+struct bt_l2cap_hdr_connless {
+ uint16_t psm;
+} __attribute__ ((packed));
+
struct bt_l2cap_hdr_amp {
uint8_t code;
uint8_t ident;