hci.h (cfdb0c2d095ac5d7f09cac1317b7d0a9e8178134) | hci.h (545f2596b907f0747170c7cb71edc74cecf68c5c) |
---|---|
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 --- 1476 unchanged lines hidden (view full) --- 1485} __packed; 1486 1487#define HCI_OP_LE_WRITE_DEF_DATA_LEN 0x2024 1488struct hci_cp_le_write_def_data_len { 1489 __le16 tx_len; 1490 __le16 tx_time; 1491} __packed; 1492 | 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 --- 1476 unchanged lines hidden (view full) --- 1485} __packed; 1486 1487#define HCI_OP_LE_WRITE_DEF_DATA_LEN 0x2024 1488struct hci_cp_le_write_def_data_len { 1489 __le16 tx_len; 1490 __le16 tx_time; 1491} __packed; 1492 |
1493#define HCI_OP_LE_CLEAR_RESOLV_LIST 0x2029 1494 |
|
1493#define HCI_OP_LE_READ_RESOLV_LIST_SIZE 0x202a 1494struct hci_rp_le_read_resolv_list_size { 1495 __u8 status; 1496 __u8 size; 1497} __packed; 1498 1499#define HCI_OP_LE_READ_MAX_DATA_LEN 0x202f 1500struct hci_rp_le_read_max_data_len { --- 538 unchanged lines hidden --- | 1495#define HCI_OP_LE_READ_RESOLV_LIST_SIZE 0x202a 1496struct hci_rp_le_read_resolv_list_size { 1497 __u8 status; 1498 __u8 size; 1499} __packed; 1500 1501#define HCI_OP_LE_READ_MAX_DATA_LEN 0x202f 1502struct hci_rp_le_read_max_data_len { --- 538 unchanged lines hidden --- |