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:
8a8a499
)
monitor: Add definition for host buffer size command
author
Marcel Holtmann
<marcel@holtmann.org>
Sat, 7 Sep 2013 23:34:24 +0000
(16:34 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 7 Sep 2013 23:34:24 +0000
(16:34 -0700)
monitor/bt.h
patch
|
blob
|
history
diff --git
a/monitor/bt.h
b/monitor/bt.h
index
0ca141c
..
c104cb2
100644
(file)
--- a/
monitor/bt.h
+++ b/
monitor/bt.h
@@
-682,6
+682,14
@@
struct bt_hci_cmd_write_voice_setting {
uint16_t setting;
} __attribute__ ((packed));
+#define BT_HCI_CMD_HOST_BUFFER_SIZE 0x0c33
+struct bt_hci_cmd_host_buffer_size {
+ uint16_t acl_mtu;
+ uint8_t sco_mtu;
+ uint16_t acl_max_pkt;
+ uint16_t sco_max_pkt;
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_SET_AFH_HOST_CLASSIFICATION 0x0c3f
struct bt_hci_cmd_set_afh_host_classification {
uint8_t map[10];