hci.h (c35938b2f56547ee77b5a038fe0db394aeac59bb) hci.h (2763eda6ccaf126633bb3180f440c8f3589f0679)
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

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

421} __packed;
422struct hci_rp_user_confirm_reply {
423 __u8 status;
424 bdaddr_t bdaddr;
425} __packed;
426
427#define HCI_OP_USER_CONFIRM_NEG_REPLY 0x042d
428
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

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

421} __packed;
422struct hci_rp_user_confirm_reply {
423 __u8 status;
424 bdaddr_t bdaddr;
425} __packed;
426
427#define HCI_OP_USER_CONFIRM_NEG_REPLY 0x042d
428
429#define HCI_OP_REMOTE_OOB_DATA_REPLY 0x0430
430struct hci_cp_remote_oob_data_reply {
431 bdaddr_t bdaddr;
432 __u8 hash[16];
433 __u8 randomizer[16];
434} __packed;
435
436#define HCI_OP_REMOTE_OOB_DATA_NEG_REPLY 0x0433
437struct hci_cp_remote_oob_data_neg_reply {
438 bdaddr_t bdaddr;
439} __packed;
440
429#define HCI_OP_IO_CAPABILITY_NEG_REPLY 0x0434
430struct hci_cp_io_capability_neg_reply {
431 bdaddr_t bdaddr;
432 __u8 reason;
433} __packed;
434
435#define HCI_OP_SNIFF_MODE 0x0803
436struct hci_cp_sniff_mode {

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

957} __packed;
958
959#define HCI_EV_USER_CONFIRM_REQUEST 0x33
960struct hci_ev_user_confirm_req {
961 bdaddr_t bdaddr;
962 __le32 passkey;
963} __packed;
964
441#define HCI_OP_IO_CAPABILITY_NEG_REPLY 0x0434
442struct hci_cp_io_capability_neg_reply {
443 bdaddr_t bdaddr;
444 __u8 reason;
445} __packed;
446
447#define HCI_OP_SNIFF_MODE 0x0803
448struct hci_cp_sniff_mode {

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

969} __packed;
970
971#define HCI_EV_USER_CONFIRM_REQUEST 0x33
972struct hci_ev_user_confirm_req {
973 bdaddr_t bdaddr;
974 __le32 passkey;
975} __packed;
976
977#define HCI_EV_REMOTE_OOB_DATA_REQUEST 0x35
978struct hci_ev_remote_oob_data_request {
979 bdaddr_t bdaddr;
980} __packed;
981
965#define HCI_EV_SIMPLE_PAIR_COMPLETE 0x36
966struct hci_ev_simple_pair_complete {
967 __u8 status;
968 bdaddr_t bdaddr;
969} __packed;
970
971#define HCI_EV_REMOTE_HOST_FEATURES 0x3d
972struct hci_ev_remote_host_features {

--- 219 unchanged lines hidden ---
982#define HCI_EV_SIMPLE_PAIR_COMPLETE 0x36
983struct hci_ev_simple_pair_complete {
984 __u8 status;
985 bdaddr_t bdaddr;
986} __packed;
987
988#define HCI_EV_REMOTE_HOST_FEATURES 0x3d
989struct hci_ev_remote_host_features {

--- 219 unchanged lines hidden ---