diff options
| author | Takanori Watanabe <takawata@FreeBSD.org> | 2015-04-12 15:08:41 +0000 |
|---|---|---|
| committer | Takanori Watanabe <takawata@FreeBSD.org> | 2015-04-12 15:08:41 +0000 |
| commit | bb9157d5e3571b2b418cf2e670f55d8689eff8df (patch) | |
| tree | 973dfeb2465369ede6d4afe561ea17c69abc23fc | |
| parent | 4bb0556352f582fb72e882dc2f6e4064c2e2742f (diff) | |
Notes
| -rw-r--r-- | usr.sbin/bluetooth/hccontrol/hccontrol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/hccontrol.c b/usr.sbin/bluetooth/hccontrol/hccontrol.c index 9c60ae8b3149..a9217737b593 100644 --- a/usr.sbin/bluetooth/hccontrol/hccontrol.c +++ b/usr.sbin/bluetooth/hccontrol/hccontrol.c @@ -144,6 +144,7 @@ socket_open(char const *node) bit_set(filter.event_mask, NG_HCI_EVENT_READ_CLOCK_OFFSET_COMPL - 1); bit_set(filter.event_mask, NG_HCI_EVENT_CON_PKT_TYPE_CHANGED - 1); bit_set(filter.event_mask, NG_HCI_EVENT_ROLE_CHANGE - 1); + bit_set(filter.event_mask, NG_HCI_EVENT_LE -1); if (setsockopt(s, SOL_HCI_RAW, SO_HCI_RAW_FILTER, (void * const) &filter, sizeof(filter)) < 0) |
