From 92faba6b0b169588181ed5d24d4d5324e793f126 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 19 Dec 2011 14:29:08 +0200 Subject: [PATCH] --- yaml --- r: 279293 b: refs/heads/master c: 4dad99928211a20a91ec4515ab3b53fd65988f34 h: refs/heads/master i: 279291: f578fbdf857512b697ff318e4bd880d394db898e v: v3 --- [refs] | 2 +- trunk/include/net/bluetooth/mgmt.h | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4744e9e597cb..754dc4571910 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f8cd0d9d7513d157aea0a93fbe87fde7365d285 +refs/heads/master: 4dad99928211a20a91ec4515ab3b53fd65988f34 diff --git a/trunk/include/net/bluetooth/mgmt.h b/trunk/include/net/bluetooth/mgmt.h index f4786a853ca3..be65d3417883 100644 --- a/trunk/include/net/bluetooth/mgmt.h +++ b/trunk/include/net/bluetooth/mgmt.h @@ -268,6 +268,16 @@ struct mgmt_cp_start_discovery { #define MGMT_OP_STOP_DISCOVERY 0x0022 +#define MGMT_OP_CONFIRM_NAME 0x0023 +struct mgmt_cp_confirm_name { + bdaddr_t bdaddr; + __u8 name_known; +} __packed; +struct mgmt_rp_confirm_name { + bdaddr_t bdaddr; + __u8 status; +} __packed; + #define MGMT_OP_BLOCK_DEVICE 0x0024 struct mgmt_cp_block_device { bdaddr_t bdaddr;