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:
916e1c3
)
monitor: Fix ATT Read By Type Response minimum length
author
Johan Hedberg
<johan.hedberg@intel.com>
Fri, 26 Apr 2013 10:47:35 +0000
(13:47 +0300)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Fri, 26 Apr 2013 10:47:51 +0000
(13:47 +0300)
monitor/l2cap.c
patch
|
blob
|
history
diff --git
a/monitor/l2cap.c
b/monitor/l2cap.c
index
2f2b7ae
..
f28c76b
100644
(file)
--- a/
monitor/l2cap.c
+++ b/
monitor/l2cap.c
@@
-1724,7
+1724,7
@@
static const struct att_opcode_data att_opcode_table[] = {
{ 0x08, "Read By Type Request",
att_read_type_req, 6, false },
{ 0x09, "Read By Type Response",
- att_read_type_rsp,
4
, false },
+ att_read_type_rsp,
3
, false },
{ 0x0a, "Read Request",
att_read_req, 2, true },
{ 0x0b, "Read Response",