hci.h (66c417c1ee01398ac5ab1c749a20c4d8ba50e9a9) | hci.h (cd7ca0ec5e046c570497b387332560eb42908cc4) |
---|---|
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 --- 343 unchanged lines hidden (view full) --- 352/* Host features */ 353#define LMP_HOST_SSP 0x01 354#define LMP_HOST_LE 0x02 355#define LMP_HOST_LE_BREDR 0x04 356#define LMP_HOST_SC 0x08 357 358/* LE features */ 359#define HCI_LE_CONN_PARAM_REQ_PROC 0x02 | 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 --- 343 unchanged lines hidden (view full) --- 352/* Host features */ 353#define LMP_HOST_SSP 0x01 354#define LMP_HOST_LE 0x02 355#define LMP_HOST_LE_BREDR 0x04 356#define LMP_HOST_SC 0x08 357 358/* LE features */ 359#define HCI_LE_CONN_PARAM_REQ_PROC 0x02 |
360#define HCI_LE_PING 0x10 |
|
360 361/* Connection modes */ 362#define HCI_CM_ACTIVE 0x0000 363#define HCI_CM_HOLD 0x0001 364#define HCI_CM_SNIFF 0x0002 365#define HCI_CM_PARK 0x0003 366 367/* Link policies */ --- 1628 unchanged lines hidden --- | 361 362/* Connection modes */ 363#define HCI_CM_ACTIVE 0x0000 364#define HCI_CM_HOLD 0x0001 365#define HCI_CM_SNIFF 0x0002 366#define HCI_CM_PARK 0x0003 367 368/* Link policies */ --- 1628 unchanged lines hidden --- |