summaryrefslogtreecommitdiff
path: root/emulator/le.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2017-05-01 23:04:59 -0700
committerMarcel Holtmann <marcel@holtmann.org>2017-05-01 23:04:59 -0700
commit8d6646fccc059942d1d8aa89e69a184bfb613034 (patch)
tree7d62a4dae19c100f16b77cbef3f34e191b7ef5e3 /emulator/le.c
parenteb129aaf503fc5e24310559287e7bf26a25950c4 (diff)
downloadbluez-8d6646fccc059942d1d8aa89e69a184bfb613034.tar.gz
emulator: Fix comments for event mask descriptions
Diffstat (limited to 'emulator/le.c')
-rw-r--r--emulator/le.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/emulator/le.c b/emulator/le.c
index 0f71a1800..132b190b1 100644
--- a/emulator/le.c
+++ b/emulator/le.c
@@ -331,15 +331,15 @@ static void reset_defaults(struct bt_le *hci)
//hci->le_event_mask[1] |= 0x01; /* LE Generate DHKey Complete */
//hci->le_event_mask[1] |= 0x02; /* LE Enhanced Connection Complete */
//hci->le_event_mask[1] |= 0x04; /* LE Direct Advertising Report */
- //hci->le_event_mask[1] |= 0x08; /* LE PHY Update Complete Event */
- //hci->le_event_mask[1] |= 0x10; /* LE Extended Advertising Report Event */
- //hci->le_event_mask[1] |= 0x20; /* LE Periodic Advertising Sync Established Event */
- //hci->le_event_mask[1] |= 0x40; /* LE Periodic Advertising Report Event */
- //hci->le_event_mask[1] |= 0x80; /* LE Periodic Advertising Sync Lost Event */
- //hci->le_event_mask[2] |= 0x01; /* LE Extended Scan Timeout Event */
- //hci->le_event_mask[2] |= 0x02; /* LE Extended Advertising Set Terminated Event */
- //hci->le_event_mask[2] |= 0x04; /* LE Scan Request Received Event */
- //hci->le_event_mask[2] |= 0x08; /* LE Channel Selection Algorithm Event */
+ //hci->le_event_mask[1] |= 0x08; /* LE PHY Update Complete */
+ //hci->le_event_mask[1] |= 0x10; /* LE Extended Advertising Report */
+ //hci->le_event_mask[1] |= 0x20; /* LE Periodic Advertising Sync Established */
+ //hci->le_event_mask[1] |= 0x40; /* LE Periodic Advertising Report */
+ //hci->le_event_mask[1] |= 0x80; /* LE Periodic Advertising Sync Lost */
+ //hci->le_event_mask[2] |= 0x01; /* LE Extended Scan Timeout */
+ //hci->le_event_mask[2] |= 0x02; /* LE Extended Advertising Set Terminated */
+ //hci->le_event_mask[2] |= 0x04; /* LE Scan Request Received */
+ //hci->le_event_mask[2] |= 0x08; /* LE Channel Selection Algorithm */
hci->le_mtu = 64;
hci->le_max_pkt = 1;