summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/sco.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/sco.h')
-rw-r--r--include/net/bluetooth/sco.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/sco.h b/include/net/bluetooth/sco.h
index 6d1857ab8e5..e43f1e1f635 100644
--- a/include/net/bluetooth/sco.h
+++ b/include/net/bluetooth/sco.h
@@ -74,6 +74,8 @@ struct sco_conn {
struct sco_pinfo {
struct bt_sock bt;
__u16 pkt_type;
+ struct bt_sco_parameters param;
+ __u8 no_autoretry;
struct sco_conn *conn;
};