bluetooth.h (70ecce91e3a2d7e332fe56fd065c67d404b8fccf) | bluetooth.h (9e8305b39bfa23a83b932007654097f4676c2ba2) |
---|---|
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 --- 15 unchanged lines hidden (view full) --- 24 25#ifndef __BLUETOOTH_H 26#define __BLUETOOTH_H 27 28#include <linux/poll.h> 29#include <net/sock.h> 30#include <linux/seq_file.h> 31 | 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 --- 15 unchanged lines hidden (view full) --- 24 25#ifndef __BLUETOOTH_H 26#define __BLUETOOTH_H 27 28#include <linux/poll.h> 29#include <net/sock.h> 30#include <linux/seq_file.h> 31 |
32#define BT_SUBSYS_VERSION "2.21" | 32#define BT_SUBSYS_VERSION 2 33#define BT_SUBSYS_REVISION 21 |
33 34#ifndef AF_BLUETOOTH 35#define AF_BLUETOOTH 31 36#define PF_BLUETOOTH AF_BLUETOOTH 37#endif 38 39/* Bluetooth versions */ 40#define BLUETOOTH_VER_1_1 1 --- 371 unchanged lines hidden --- | 34 35#ifndef AF_BLUETOOTH 36#define AF_BLUETOOTH 31 37#define PF_BLUETOOTH AF_BLUETOOTH 38#endif 39 40/* Bluetooth versions */ 41#define BLUETOOTH_VER_1_1 1 --- 371 unchanged lines hidden --- |