Skip to content

Commit

Permalink
Bluetooth: Add definitions for LE Direct Advertising Report event
Browse files Browse the repository at this point in the history
This patch adds the event id and data structures for the LE Direct
Advertising Report event.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
  • Loading branch information
holtmann authored and Johan Hedberg committed Dec 5, 2014
1 parent 2331fd4 commit 32c9d43
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/net/bluetooth/hci.h
Original file line number Diff line number Diff line change
Expand Up @@ -1795,6 +1795,16 @@ struct hci_ev_le_remote_conn_param_req {
__le16 timeout;
} __packed;

#define HCI_EV_LE_DIRECT_ADV_REPORT 0x0B
struct hci_ev_le_direct_adv_info {
__u8 evt_type;
__u8 bdaddr_type;
bdaddr_t bdaddr;
__u8 direct_addr_type;
bdaddr_t direct_addr;
__s8 rssi;
} __packed;

/* Internal events generated by Bluetooth stack */
#define HCI_EV_STACK_INTERNAL 0xfd
struct hci_ev_stack_internal {
Expand Down

0 comments on commit 32c9d43

Please sign in to comment.