mgmt.h (c35938b2f56547ee77b5a038fe0db394aeac59bb) mgmt.h (2763eda6ccaf126633bb3180f440c8f3589f0679)
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3
4 Copyright (C) 2010 Nokia Corporation
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License version 2 as
8 published by the Free Software Foundation;

--- 169 unchanged lines hidden (view full) ---

178} __packed;
179
180#define MGMT_OP_READ_LOCAL_OOB_DATA 0x0018
181struct mgmt_rp_read_local_oob_data {
182 __u8 hash[16];
183 __u8 randomizer[16];
184} __packed;
185
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3
4 Copyright (C) 2010 Nokia Corporation
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License version 2 as
8 published by the Free Software Foundation;

--- 169 unchanged lines hidden (view full) ---

178} __packed;
179
180#define MGMT_OP_READ_LOCAL_OOB_DATA 0x0018
181struct mgmt_rp_read_local_oob_data {
182 __u8 hash[16];
183 __u8 randomizer[16];
184} __packed;
185
186#define MGMT_OP_ADD_REMOTE_OOB_DATA 0x0019
187struct mgmt_cp_add_remote_oob_data {
188 bdaddr_t bdaddr;
189 __u8 hash[16];
190 __u8 randomizer[16];
191} __packed;
192
193#define MGMT_OP_REMOVE_REMOTE_OOB_DATA 0x001A
194struct mgmt_cp_remove_remote_oob_data {
195 bdaddr_t bdaddr;
196} __packed;
197
186#define MGMT_EV_CMD_COMPLETE 0x0001
187struct mgmt_ev_cmd_complete {
188 __le16 opcode;
189 __u8 data[0];
190} __packed;
191
192#define MGMT_EV_CMD_STATUS 0x0002
193struct mgmt_ev_cmd_status {

--- 64 unchanged lines hidden ---
198#define MGMT_EV_CMD_COMPLETE 0x0001
199struct mgmt_ev_cmd_complete {
200 __le16 opcode;
201 __u8 data[0];
202} __packed;
203
204#define MGMT_EV_CMD_STATUS 0x0002
205struct mgmt_ev_cmd_status {

--- 64 unchanged lines hidden ---