hci.h (5075b972f20ddad5bb19542ea4f5794d06673375) hci.h (45bdd86eafc7d29e0b4b6681bec9c6ab8eddc6bf)
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

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

1535#define HCI_OP_LE_SET_EXT_SCAN_PARAMS 0x2041
1536struct hci_cp_le_set_ext_scan_params {
1537 __u8 own_addr_type;
1538 __u8 filter_policy;
1539 __u8 scanning_phys;
1540 __u8 data[0];
1541} __packed;
1542
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

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

1535#define HCI_OP_LE_SET_EXT_SCAN_PARAMS 0x2041
1536struct hci_cp_le_set_ext_scan_params {
1537 __u8 own_addr_type;
1538 __u8 filter_policy;
1539 __u8 scanning_phys;
1540 __u8 data[0];
1541} __packed;
1542
1543#define LE_SCAN_PHY_1M 0x01
1543#define LE_SCAN_PHY_1M 0x01
1544#define LE_SCAN_PHY_2M 0x02
1545#define LE_SCAN_PHY_CODED 0x04
1544
1545struct hci_cp_le_scan_phy_params {
1546 __u8 type;
1547 __le16 interval;
1548 __le16 window;
1549} __packed;
1550
1551#define HCI_OP_LE_SET_EXT_SCAN_ENABLE 0x2042

--- 593 unchanged lines hidden ---
1546
1547struct hci_cp_le_scan_phy_params {
1548 __u8 type;
1549 __le16 interval;
1550 __le16 window;
1551} __packed;
1552
1553#define HCI_OP_LE_SET_EXT_SCAN_ENABLE 0x2042

--- 593 unchanged lines hidden ---