hci.h (6b8d4a6a03144c5996f98db7f8256267b0d72a3a) hci.h (1855d92dce0dc0ed81a78eacae710529600513f4)
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

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

1661 __u8 bdaddr_type;
1662 bdaddr_t bdaddr;
1663 __le16 interval;
1664 __le16 latency;
1665 __le16 supervision_timeout;
1666 __u8 clk_accurancy;
1667} __packed;
1668
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

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

1661 __u8 bdaddr_type;
1662 bdaddr_t bdaddr;
1663 __le16 interval;
1664 __le16 latency;
1665 __le16 supervision_timeout;
1666 __u8 clk_accurancy;
1667} __packed;
1668
1669#define HCI_EV_LE_CONN_UPDATE_COMPLETE 0x03
1670struct hci_ev_le_conn_update_complete {
1671 __u8 status;
1672 __le16 handle;
1673 __le16 interval;
1674 __le16 latency;
1675 __le16 supervision_timeout;
1676} __packed;
1677
1669#define HCI_EV_LE_LTK_REQ 0x05
1670struct hci_ev_le_ltk_req {
1671 __le16 handle;
1672 __le64 rand;
1673 __le16 ediv;
1674} __packed;
1675
1676/* Advertising report event types */

--- 213 unchanged lines hidden ---
1678#define HCI_EV_LE_LTK_REQ 0x05
1679struct hci_ev_le_ltk_req {
1680 __le16 handle;
1681 __le64 rand;
1682 __le16 ediv;
1683} __packed;
1684
1685/* Advertising report event types */

--- 213 unchanged lines hidden ---