hci.h (a479036041d6a1bcf98f72b16a425e8d45e20ae9) | hci.h (d2a3f5f4635b7b0df8d4cd04ee0c75886ef699b9) |
---|---|
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 --- 54 unchanged lines hidden (view full) --- 63#define HCI_PCCARD 2 64#define HCI_UART 3 65#define HCI_RS232 4 66#define HCI_PCI 5 67#define HCI_SDIO 6 68#define HCI_SPI 7 69#define HCI_I2C 8 70#define HCI_SMD 9 | 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 --- 54 unchanged lines hidden (view full) --- 63#define HCI_PCCARD 2 64#define HCI_UART 3 65#define HCI_RS232 4 66#define HCI_PCI 5 67#define HCI_SDIO 6 68#define HCI_SPI 7 69#define HCI_I2C 8 70#define HCI_SMD 9 |
71#define HCI_VIRTIO 10 |
|
71 72/* HCI controller types */ 73#define HCI_PRIMARY 0x00 74#define HCI_AMP 0x01 75 76/* First BR/EDR Controller shall have ID = 0 */ 77#define AMP_ID_BREDR 0x00 78 --- 2430 unchanged lines hidden --- | 72 73/* HCI controller types */ 74#define HCI_PRIMARY 0x00 75#define HCI_AMP 0x01 76 77/* First BR/EDR Controller shall have ID = 0 */ 78#define AMP_ID_BREDR 0x00 79 --- 2430 unchanged lines hidden --- |