hci.h (5d4e7e8db0544ec53025383bac49a3328affdad3) | hci.h (d62e6d67a776fe6a0a725e2835e4f9e16e8db512) |
---|---|
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 --- 809 unchanged lines hidden (view full) --- 818} __packed; 819 820#define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 821struct hci_rp_read_inq_rsp_tx_power { 822 __u8 status; 823 __s8 tx_power; 824} __packed; 825 | 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 --- 809 unchanged lines hidden (view full) --- 818} __packed; 819 820#define HCI_OP_READ_INQ_RSP_TX_POWER 0x0c58 821struct hci_rp_read_inq_rsp_tx_power { 822 __u8 status; 823 __s8 tx_power; 824} __packed; 825 |
826#define HCI_OP_SET_EVENT_MASK_PAGE_2 0x0c63 827 |
|
826#define HCI_OP_READ_FLOW_CONTROL_MODE 0x0c66 827struct hci_rp_read_flow_control_mode { 828 __u8 status; 829 __u8 mode; 830} __packed; 831 832#define HCI_OP_WRITE_LE_HOST_SUPPORTED 0x0c6d 833struct hci_cp_write_le_host_supported { --- 845 unchanged lines hidden --- | 828#define HCI_OP_READ_FLOW_CONTROL_MODE 0x0c66 829struct hci_rp_read_flow_control_mode { 830 __u8 status; 831 __u8 mode; 832} __packed; 833 834#define HCI_OP_WRITE_LE_HOST_SUPPORTED 0x0c6d 835struct hci_cp_write_le_host_supported { --- 845 unchanged lines hidden --- |