bluetooth.h (3c3d7cb1db4af176dab843f22ea092a4ef1eb989) | bluetooth.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 --- 51 unchanged lines hidden (view full) --- 60struct bt_security { 61 __u8 level; 62 __u8 key_size; 63}; 64#define BT_SECURITY_SDP 0 65#define BT_SECURITY_LOW 1 66#define BT_SECURITY_MEDIUM 2 67#define BT_SECURITY_HIGH 3 | 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 --- 51 unchanged lines hidden (view full) --- 60struct bt_security { 61 __u8 level; 62 __u8 key_size; 63}; 64#define BT_SECURITY_SDP 0 65#define BT_SECURITY_LOW 1 66#define BT_SECURITY_MEDIUM 2 67#define BT_SECURITY_HIGH 3 |
68#define BT_SECURITY_FIPS 4 |
|
68 69#define BT_DEFER_SETUP 7 70 71#define BT_FLUSHABLE 8 72 73#define BT_FLUSHABLE_OFF 0 74#define BT_FLUSHABLE_ON 1 75 --- 286 unchanged lines hidden --- | 69 70#define BT_DEFER_SETUP 7 71 72#define BT_FLUSHABLE 8 73 74#define BT_FLUSHABLE_OFF 0 75#define BT_FLUSHABLE_ON 1 76 --- 286 unchanged lines hidden --- |