hci.h (5ae76a94150c86a6e0ee84eb74e7f7e1909b8d39) | hci.h (5a134faeef82b46ff4ad244d11d8c6be41679834) |
---|---|
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 --- 1040 unchanged lines hidden (view full) --- 1049} __packed; 1050 1051#define HCI_OP_WRITE_PAGE_SCAN_ACTIVITY 0x0c1c 1052struct hci_cp_write_page_scan_activity { 1053 __le16 interval; 1054 __le16 window; 1055} __packed; 1056 | 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 --- 1040 unchanged lines hidden (view full) --- 1049} __packed; 1050 1051#define HCI_OP_WRITE_PAGE_SCAN_ACTIVITY 0x0c1c 1052struct hci_cp_write_page_scan_activity { 1053 __le16 interval; 1054 __le16 window; 1055} __packed; 1056 |
1057#define HCI_OP_READ_TX_POWER 0x0c2d 1058struct hci_cp_read_tx_power { 1059 __le16 handle; 1060 __u8 type; 1061} __packed; 1062struct hci_rp_read_tx_power { 1063 __u8 status; 1064 __le16 handle; 1065 __s8 tx_power; 1066} __packed; 1067 |
|
1057#define HCI_OP_READ_PAGE_SCAN_TYPE 0x0c46 1058struct hci_rp_read_page_scan_type { 1059 __u8 status; 1060 __u8 type; 1061} __packed; 1062 1063#define HCI_OP_WRITE_PAGE_SCAN_TYPE 0x0c47 1064 #define PAGE_SCAN_TYPE_STANDARD 0x00 --- 818 unchanged lines hidden --- | 1068#define HCI_OP_READ_PAGE_SCAN_TYPE 0x0c46 1069struct hci_rp_read_page_scan_type { 1070 __u8 status; 1071 __u8 type; 1072} __packed; 1073 1074#define HCI_OP_WRITE_PAGE_SCAN_TYPE 0x0c47 1075 #define PAGE_SCAN_TYPE_STANDARD 0x00 --- 818 unchanged lines hidden --- |