diff options
Diffstat (limited to 'include/net/bluetooth/hci.h')
| -rw-r--r-- | include/net/bluetooth/hci.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index be30aabe7b88..aaf79af72432 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
| @@ -716,6 +716,16 @@ struct hci_rp_read_bd_addr { | |||
| 716 | bdaddr_t bdaddr; | 716 | bdaddr_t bdaddr; |
| 717 | } __packed; | 717 | } __packed; |
| 718 | 718 | ||
| 719 | #define HCI_OP_WRITE_PAGE_SCAN_ACTIVITY 0x0c1c | ||
| 720 | struct hci_cp_write_page_scan_activity { | ||
| 721 | __le16 interval; | ||
| 722 | __le16 window; | ||
| 723 | } __packed; | ||
| 724 | |||
| 725 | #define HCI_OP_WRITE_PAGE_SCAN_TYPE 0x0c47 | ||
| 726 | #define PAGE_SCAN_TYPE_STANDARD 0x00 | ||
| 727 | #define PAGE_SCAN_TYPE_INTERLACED 0x01 | ||
| 728 | |||
| 719 | #define HCI_OP_LE_SET_EVENT_MASK 0x2001 | 729 | #define HCI_OP_LE_SET_EVENT_MASK 0x2001 |
| 720 | struct hci_cp_le_set_event_mask { | 730 | struct hci_cp_le_set_event_mask { |
| 721 | __u8 mask[8]; | 731 | __u8 mask[8]; |
