aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/mgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r--include/net/bluetooth/mgmt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index 611b243713ea..72a456bbbcd5 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -598,6 +598,12 @@ struct mgmt_rp_read_ext_info {
598 __u8 eir[0]; 598 __u8 eir[0];
599} __packed; 599} __packed;
600 600
601#define MGMT_OP_SET_APPEARANCE 0x0043
602struct mgmt_cp_set_appearance {
603 __u16 appearance;
604} __packed;
605#define MGMT_SET_APPEARANCE_SIZE 2
606
601#define MGMT_EV_CMD_COMPLETE 0x0001 607#define MGMT_EV_CMD_COMPLETE 0x0001
602struct mgmt_ev_cmd_complete { 608struct mgmt_ev_cmd_complete {
603 __le16 opcode; 609 __le16 opcode;