mgmt.h (4f0f155ceaf7e1b59d210a8afb24d4ea63ce13cc) mgmt.h (72000df2c01d6927319ad7e3f43460f6d0227de5)
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3
4 Copyright (C) 2010 Nokia Corporation
5 Copyright (C) 2011-2012 Intel Corporation
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2 as

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

730struct mgmt_ev_ext_index {
731 __u8 type;
732 __u8 bus;
733} __packed;
734
735#define MGMT_EV_EXT_INDEX_ADDED 0x0020
736
737#define MGMT_EV_EXT_INDEX_REMOVED 0x0021
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3
4 Copyright (C) 2010 Nokia Corporation
5 Copyright (C) 2011-2012 Intel Corporation
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2 as

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

730struct mgmt_ev_ext_index {
731 __u8 type;
732 __u8 bus;
733} __packed;
734
735#define MGMT_EV_EXT_INDEX_ADDED 0x0020
736
737#define MGMT_EV_EXT_INDEX_REMOVED 0x0021
738
739#define MGMT_EV_LOCAL_OOB_DATA_UPDATED 0x0022
740struct mgmt_ev_local_oob_data_updated {
741 __u8 type;
742 __le16 eir_len;
743 __u8 eir[0];
744} __packed;