hci.h (d23264a896a931c4b355c102d8e9d46649195ba4) | hci.h (07f7fa5db1e65a27066c8ebf9fc676a4168e07f4) |
---|---|
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 --- 768 unchanged lines hidden (view full) --- 777 778#define HCI_OP_LE_READ_BUFFER_SIZE 0x2002 779struct hci_rp_le_read_buffer_size { 780 __u8 status; 781 __le16 le_mtu; 782 __u8 le_max_pkt; 783} __packed; 784 | 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 --- 768 unchanged lines hidden (view full) --- 777 778#define HCI_OP_LE_READ_BUFFER_SIZE 0x2002 779struct hci_rp_le_read_buffer_size { 780 __u8 status; 781 __le16 le_mtu; 782 __u8 le_max_pkt; 783} __packed; 784 |
785#define HCI_OP_LE_SET_SCAN_PARAM 0x200b 786struct hci_cp_le_set_scan_param { 787 __u8 type; 788 __le16 interval; 789 __le16 window; 790 __u8 own_address_type; 791 __u8 filter_policy; 792} __packed; 793 |
|
785#define HCI_OP_LE_SET_SCAN_ENABLE 0x200c 786struct hci_cp_le_set_scan_enable { 787 __u8 enable; 788 __u8 filter_dup; 789} __packed; 790 791#define HCI_OP_LE_CREATE_CONN 0x200d 792struct hci_cp_le_create_conn { --- 571 unchanged lines hidden --- | 794#define HCI_OP_LE_SET_SCAN_ENABLE 0x200c 795struct hci_cp_le_set_scan_enable { 796 __u8 enable; 797 __u8 filter_dup; 798} __packed; 799 800#define HCI_OP_LE_CREATE_CONN 0x200d 801struct hci_cp_le_create_conn { --- 571 unchanged lines hidden --- |