hci.h (cd5f3e2064ea21e1cbe140728a1b04e7d32f68eb) hci.h (971e3a4bbcbf7378315b85150853d86be59cffe0)
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

--- 202 unchanged lines hidden (view full) ---

211#define LMP_EDR_3S_ESCO 0x80
212
213#define LMP_EXT_INQ 0x01
214#define LMP_SIMPLE_PAIR 0x08
215#define LMP_NO_FLUSH 0x40
216
217#define LMP_LSTO 0x01
218#define LMP_INQ_TX_PWR 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

--- 202 unchanged lines hidden (view full) ---

211#define LMP_EDR_3S_ESCO 0x80
212
213#define LMP_EXT_INQ 0x01
214#define LMP_SIMPLE_PAIR 0x08
215#define LMP_NO_FLUSH 0x40
216
217#define LMP_LSTO 0x01
218#define LMP_INQ_TX_PWR 0x02
219#define LMP_EXTFEATURES 0x80
219
220/* Connection modes */
221#define HCI_CM_ACTIVE 0x0000
222#define HCI_CM_HOLD 0x0001
223#define HCI_CM_SNIFF 0x0002
224#define HCI_CM_PARK 0x0003
225
226/* Link policies */

--- 444 unchanged lines hidden (view full) ---

671
672#define HCI_OP_READ_LOCAL_FEATURES 0x1003
673struct hci_rp_read_local_features {
674 __u8 status;
675 __u8 features[8];
676} __packed;
677
678#define HCI_OP_READ_LOCAL_EXT_FEATURES 0x1004
220
221/* Connection modes */
222#define HCI_CM_ACTIVE 0x0000
223#define HCI_CM_HOLD 0x0001
224#define HCI_CM_SNIFF 0x0002
225#define HCI_CM_PARK 0x0003
226
227/* Link policies */

--- 444 unchanged lines hidden (view full) ---

672
673#define HCI_OP_READ_LOCAL_FEATURES 0x1003
674struct hci_rp_read_local_features {
675 __u8 status;
676 __u8 features[8];
677} __packed;
678
679#define HCI_OP_READ_LOCAL_EXT_FEATURES 0x1004
680struct hci_cp_read_local_ext_features {
681 __u8 page;
682} __packed;
679struct hci_rp_read_local_ext_features {
680 __u8 status;
681 __u8 page;
682 __u8 max_page;
683 __u8 features[8];
684} __packed;
685
686#define HCI_OP_READ_BUFFER_SIZE 0x1005

--- 598 unchanged lines hidden ---
683struct hci_rp_read_local_ext_features {
684 __u8 status;
685 __u8 page;
686 __u8 max_page;
687 __u8 features[8];
688} __packed;
689
690#define HCI_OP_READ_BUFFER_SIZE 0x1005

--- 598 unchanged lines hidden ---