hci.h (e88422bccda86808359f0d4179e25e5c2191ab4f) | hci.h (7978656caf2ad3963fb63797128ec8d71caa2798) |
---|---|
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 --- 1044 unchanged lines hidden (view full) --- 1053 1054#define HCI_OP_DELETE_STORED_LINK_KEY 0x0c12 1055struct hci_cp_delete_stored_link_key { 1056 bdaddr_t bdaddr; 1057 __u8 delete_all; 1058} __packed; 1059struct hci_rp_delete_stored_link_key { 1060 __u8 status; | 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 --- 1044 unchanged lines hidden (view full) --- 1053 1054#define HCI_OP_DELETE_STORED_LINK_KEY 0x0c12 1055struct hci_cp_delete_stored_link_key { 1056 bdaddr_t bdaddr; 1057 __u8 delete_all; 1058} __packed; 1059struct hci_rp_delete_stored_link_key { 1060 __u8 status; |
1061 __u8 num_keys; | 1061 __le16 num_keys; |
1062} __packed; 1063 1064#define HCI_MAX_NAME_LENGTH 248 1065 1066#define HCI_OP_WRITE_LOCAL_NAME 0x0c13 1067struct hci_cp_write_local_name { 1068 __u8 name[HCI_MAX_NAME_LENGTH]; 1069} __packed; --- 1611 unchanged lines hidden --- | 1062} __packed; 1063 1064#define HCI_MAX_NAME_LENGTH 248 1065 1066#define HCI_OP_WRITE_LOCAL_NAME 0x0c13 1067struct hci_cp_write_local_name { 1068 __u8 name[HCI_MAX_NAME_LENGTH]; 1069} __packed; --- 1611 unchanged lines hidden --- |