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:
0e33783
)
lib: Add define for mgmt_set_bredr
author
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 2 Oct 2013 07:43:23 +0000
(10:43 +0300)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 2 Oct 2013 09:16:57 +0000
(12:16 +0300)
lib/mgmt.h
patch
|
blob
|
history
diff --git
a/lib/mgmt.h
b/lib/mgmt.h
index
ef2a368
..
c2d466d
100644
(file)
--- a/
lib/mgmt.h
+++ b/
lib/mgmt.h
@@
-322,6
+322,8
@@
struct mgmt_cp_set_device_id {
#define MGMT_OP_SET_ADVERTISING 0x0029
+#define MGMT_OP_SET_BREDR 0x002A
+
#define MGMT_EV_CMD_COMPLETE 0x0001
struct mgmt_ev_cmd_complete {
uint16_t opcode;
@@
-501,6
+503,7
@@
static const char *mgmt_op[] = {
"Unblock Device",
"Set Device ID",
"Set Advertising",
+ "Set BR/EDR",
};
static const char *mgmt_ev[] = {