hci.h (b4cb9fb25e9eae749f456e9e94446650389e736b) | hci.h (4b836f393bd8ed111857a6ee1865e44627266ec6) |
---|---|
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 --- 807 unchanged lines hidden (view full) --- 816} __packed; 817 818#define HCI_OP_READ_NUM_SUPPORTED_IAC 0x0c38 819struct hci_rp_read_num_supported_iac { 820 __u8 status; 821 __u8 num_iac; 822} __packed; 823 | 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 --- 807 unchanged lines hidden (view full) --- 816} __packed; 817 818#define HCI_OP_READ_NUM_SUPPORTED_IAC 0x0c38 819struct hci_rp_read_num_supported_iac { 820 __u8 status; 821 __u8 num_iac; 822} __packed; 823 |
824#define HCI_OP_READ_CURRENT_IAC_LAP 0x0c39 825 |
|
824#define HCI_OP_WRITE_INQUIRY_MODE 0x0c45 825 826#define HCI_MAX_EIR_LENGTH 240 827 828#define HCI_OP_WRITE_EIR 0x0c52 829struct hci_cp_write_eir { 830 __u8 fec; 831 __u8 data[HCI_MAX_EIR_LENGTH]; --- 951 unchanged lines hidden --- | 826#define HCI_OP_WRITE_INQUIRY_MODE 0x0c45 827 828#define HCI_MAX_EIR_LENGTH 240 829 830#define HCI_OP_WRITE_EIR 0x0c52 831struct hci_cp_write_eir { 832 __u8 fec; 833 __u8 data[HCI_MAX_EIR_LENGTH]; --- 951 unchanged lines hidden --- |