hci.h (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) | hci.h (4a3f95b7b62e50a1e42e42ba6571ec9e747f4861) |
---|---|
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 --- 30 unchanged lines hidden (view full) --- 39 40/* HCI dev events */ 41#define HCI_DEV_REG 1 42#define HCI_DEV_UNREG 2 43#define HCI_DEV_UP 3 44#define HCI_DEV_DOWN 4 45#define HCI_DEV_SUSPEND 5 46#define HCI_DEV_RESUME 6 | 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 --- 30 unchanged lines hidden (view full) --- 39 40/* HCI dev events */ 41#define HCI_DEV_REG 1 42#define HCI_DEV_UNREG 2 43#define HCI_DEV_UP 3 44#define HCI_DEV_DOWN 4 45#define HCI_DEV_SUSPEND 5 46#define HCI_DEV_RESUME 6 |
47#define HCI_DEV_OPEN 7 48#define HCI_DEV_CLOSE 8 |
|
47 48/* HCI notify events */ 49#define HCI_NOTIFY_CONN_ADD 1 50#define HCI_NOTIFY_CONN_DEL 2 51#define HCI_NOTIFY_VOICE_SETTING 3 52 53/* HCI bus types */ 54#define HCI_VIRTUAL 0 --- 1947 unchanged lines hidden --- | 49 50/* HCI notify events */ 51#define HCI_NOTIFY_CONN_ADD 1 52#define HCI_NOTIFY_CONN_DEL 2 53#define HCI_NOTIFY_VOICE_SETTING 3 54 55/* HCI bus types */ 56#define HCI_VIRTUAL 0 --- 1947 unchanged lines hidden --- |