Message ID | 20220830144734.55263-4-frederic.danis@collabora.com (mailing list archive) |
---|---|
State | Superseded |
Commit | d04b64003d9d7b934165ca0c0e1cdf0a2d3eb2c7 |
Headers | show |
Series | profiles: Add remote endpoint path to SelectProperties | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/checkpatch | success | Checkpatch PASS |
tedd_an/gitlint | fail | [BlueZ,v2,3/3] profiles: Fix function definition style 6: B3 Line contains hard tab characters (\t): "+ int (*select) (struct bt_bap_pac *lpac, struct bt_bap_pac *rpac," |
diff --git a/src/shared/bap.h b/src/shared/bap.h index 93b00d771..b63b4b024 100644 --- a/src/shared/bap.h +++ b/src/shared/bap.h @@ -123,10 +123,10 @@ struct bt_bap_pac_ops { int (*select)(struct bt_bap_pac *lpac, struct bt_bap_pac *rpac, struct bt_bap_pac_qos *qos, bt_bap_pac_select_t cb, void *cb_data, void *user_data); - int (*config) (struct bt_bap_stream *stream, struct iovec *cfg, + int (*config)(struct bt_bap_stream *stream, struct iovec *cfg, struct bt_bap_qos *qos, bt_bap_pac_config_t cb, void *user_data); - void (*clear) (struct bt_bap_stream *stream, void *user_data); + void (*clear)(struct bt_bap_stream *stream, void *user_data); }; bool bt_bap_pac_set_ops(struct bt_bap_pac *pac, struct bt_bap_pac_ops *ops,