hci.h (7978656caf2ad3963fb63797128ec8d71caa2798) | hci.h (ae61a10d9d46c4a0844c46d0863bf991c4dda66c) |
---|---|
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 --- 1998 unchanged lines hidden (view full) --- 2007 2008#define HCI_OP_LE_REJECT_CIS 0x2067 2009struct hci_cp_le_reject_cis { 2010 __le16 handle; 2011 __u8 reason; 2012} __packed; 2013 2014/* ---- HCI Events ---- */ | 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 --- 1998 unchanged lines hidden (view full) --- 2007 2008#define HCI_OP_LE_REJECT_CIS 0x2067 2009struct hci_cp_le_reject_cis { 2010 __le16 handle; 2011 __u8 reason; 2012} __packed; 2013 2014/* ---- HCI Events ---- */ |
2015struct hci_ev_status { 2016 __u8 status; 2017} __packed; 2018 |
|
2015#define HCI_EV_INQUIRY_COMPLETE 0x01 2016 2017#define HCI_EV_INQUIRY_RESULT 0x02 2018struct inquiry_info { 2019 bdaddr_t bdaddr; 2020 __u8 pscan_rep_mode; 2021 __u8 pscan_period_mode; 2022 __u8 pscan_mode; --- 658 unchanged lines hidden --- | 2019#define HCI_EV_INQUIRY_COMPLETE 0x01 2020 2021#define HCI_EV_INQUIRY_RESULT 0x02 2022struct inquiry_info { 2023 bdaddr_t bdaddr; 2024 __u8 pscan_rep_mode; 2025 __u8 pscan_period_mode; 2026 __u8 pscan_mode; --- 658 unchanged lines hidden --- |