hci.h (5afeac149ebc94485b750eb841d0f971ea9772cd) hci.h (7b5a9241b780ea2f77e71647bc0d3c9708c18ef1)
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4
5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
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

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

308/* Link modes */
309#define HCI_LM_ACCEPT 0x8000
310#define HCI_LM_MASTER 0x0001
311#define HCI_LM_AUTH 0x0002
312#define HCI_LM_ENCRYPT 0x0004
313#define HCI_LM_TRUSTED 0x0008
314#define HCI_LM_RELIABLE 0x0010
315#define HCI_LM_SECURE 0x0020
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4
5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
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

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

308/* Link modes */
309#define HCI_LM_ACCEPT 0x8000
310#define HCI_LM_MASTER 0x0001
311#define HCI_LM_AUTH 0x0002
312#define HCI_LM_ENCRYPT 0x0004
313#define HCI_LM_TRUSTED 0x0008
314#define HCI_LM_RELIABLE 0x0010
315#define HCI_LM_SECURE 0x0020
316#define HCI_LM_FIPS 0x0040
316
317/* Authentication types */
318#define HCI_AT_NO_BONDING 0x00
319#define HCI_AT_NO_BONDING_MITM 0x01
320#define HCI_AT_DEDICATED_BONDING 0x02
321#define HCI_AT_DEDICATED_BONDING_MITM 0x03
322#define HCI_AT_GENERAL_BONDING 0x04
323#define HCI_AT_GENERAL_BONDING_MITM 0x05

--- 1517 unchanged lines hidden ---
317
318/* Authentication types */
319#define HCI_AT_NO_BONDING 0x00
320#define HCI_AT_NO_BONDING_MITM 0x01
321#define HCI_AT_DEDICATED_BONDING 0x02
322#define HCI_AT_DEDICATED_BONDING_MITM 0x03
323#define HCI_AT_GENERAL_BONDING 0x04
324#define HCI_AT_GENERAL_BONDING_MITM 0x05

--- 1517 unchanged lines hidden ---