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:
989dffe
)
monitor: Fix typo in command constant
author
Marcel Holtmann
<marcel@holtmann.org>
Mon, 7 Oct 2013 12:26:26 +0000
(
05:26
-0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 7 Oct 2013 12:26:26 +0000
(
05:26
-0700)
monitor/bt.h
patch
|
blob
|
history
diff --git
a/monitor/bt.h
b/monitor/bt.h
index
20f2078
..
f8585ba
100644
(file)
--- a/
monitor/bt.h
+++ b/
monitor/bt.h
@@
-896,7
+896,7
@@
struct bt_hci_rsp_read_flow_control_mode {
uint8_t mode;
} __attribute__ ((packed));
-#define BT_HCI_CMD_WRITE_FLOW_CON
ROL_MODE
0x0c67
+#define BT_HCI_CMD_WRITE_FLOW_CON
TROL_MODE
0x0c67
struct bt_hci_cmd_write_flow_control_mode {
uint8_t mode;
} __attribute__ ((packed));