diff options
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index f4a2f50f30b5..32c8e51f6b26 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -1368,8 +1368,8 @@ struct hci_sec_filter { | |||
1368 | #define hci_req_lock(d) mutex_lock(&d->req_lock) | 1368 | #define hci_req_lock(d) mutex_lock(&d->req_lock) |
1369 | #define hci_req_unlock(d) mutex_unlock(&d->req_lock) | 1369 | #define hci_req_unlock(d) mutex_unlock(&d->req_lock) |
1370 | 1370 | ||
1371 | void hci_le_conn_update(struct hci_conn *conn, u16 min, u16 max, | 1371 | u8 hci_le_conn_update(struct hci_conn *conn, u16 min, u16 max, u16 latency, |
1372 | u16 latency, u16 to_multiplier); | 1372 | u16 to_multiplier); |
1373 | void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand, | 1373 | void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand, |
1374 | __u8 ltk[16]); | 1374 | __u8 ltk[16]); |
1375 | 1375 | ||