/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_stream.h | 28 void bt_bap_qos_cfg_to_iso_qos(struct bt_iso_chan_io_qos *io, const struct bt_bap_qos_cfg *qos_cfg); 32 enum bt_bap_ascs_reason bt_audio_verify_qos(const struct bt_bap_qos_cfg *qos); 38 const struct bt_bap_qos_cfg *qos);
|
D | bap_endpoint.h | 51 struct bt_bap_qos_cfg qos; 113 struct bt_bap_qos_cfg *qos; 180 struct bt_bap_qos_cfg qos_cfg;
|
D | bap_unicast_client_internal.h | 40 struct bt_bap_qos_cfg *qos);
|
D | bap_broadcast_source.c | 298 struct bt_bap_qos_cfg *qos, in broadcast_source_setup_stream() 480 const struct bt_bap_qos_cfg *qos; in valid_broadcast_source_param() 687 struct bt_bap_qos_cfg *qos; in bt_bap_broadcast_source_create() 826 struct bt_bap_qos_cfg *qos; in bt_bap_broadcast_source_reconfig()
|
D | bap_stream.c | 48 void bt_bap_qos_cfg_to_iso_qos(struct bt_iso_chan_io_qos *io, const struct bt_bap_qos_cfg *qos_cfg) in bt_bap_qos_cfg_to_iso_qos() 169 enum bt_bap_ascs_reason bt_audio_verify_qos(const struct bt_bap_qos_cfg *qos) in bt_audio_verify_qos() 505 const struct bt_bap_qos_cfg *qos) in bt_bap_stream_verify_qos()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_common.h | 49 struct bt_bap_qos_cfg qos; 60 void print_qos(const struct bt_bap_qos_cfg *qos);
|
D | bap_common.c | 88 void print_qos(const struct bt_bap_qos_cfg *qos) in print_qos()
|
D | gmap_ugt_test.c | 154 static int unicast_server_qos(struct bt_bap_stream *stream, const struct bt_bap_qos_cfg *qos, in unicast_server_qos()
|
D | bap_unicast_server_test.c | 150 static int lc3_qos(struct bt_bap_stream *stream, const struct bt_bap_qos_cfg *qos, in lc3_qos()
|
D | bap_unicast_client_test.c | 1134 struct bt_bap_qos_cfg rx_qos = BT_BAP_QOS_CFG_UNFRAMED(7500U, 30U, 2U, 75U, 40000U); in test_main_async_group() 1135 struct bt_bap_qos_cfg tx_qos = BT_BAP_QOS_CFG_UNFRAMED(10000U, 40U, 2U, 100U, 40000U); in test_main_async_group()
|
/Zephyr-latest/tests/bluetooth/audio/ascs/include/ |
D | bap_unicast_server.h | 26 const struct bt_bap_qos_cfg *, struct bt_bap_ascs_rsp *);
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.h | 33 struct bt_bap_qos_cfg qos; 45 struct bt_bap_qos_cfg qos;
|
D | btp_bap_unicast.h | 24 struct bt_bap_qos_cfg qos[CONFIG_BT_BAP_UNICAST_CLIENT_GROUP_STREAM_COUNT];
|
D | btp_cap.c | 193 struct bt_bap_qos_cfg *qos) in cap_unicast_setup_ase() 235 struct bt_bap_qos_cfg qos; in btp_cap_unicast_setup_ase() 609 struct bt_bap_qos_cfg *qos = &source->qos; in btp_cap_broadcast_source_setup()
|
D | btp_bap_unicast.c | 272 static inline void print_qos(const struct bt_bap_qos_cfg *qos) in print_qos() 385 static int lc3_qos(struct bt_bap_stream *stream, const struct bt_bap_qos_cfg *qos, in lc3_qos() 1288 struct bt_bap_qos_cfg *qos; in btp_ascs_preconfigure_qos()
|
/Zephyr-latest/tests/bluetooth/audio/ascs/uut/ |
D | bap_unicast_server.c | 41 const struct bt_bap_qos_cfg *, struct bt_bap_ascs_rsp *);
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | bap.h | 77 ((struct bt_bap_qos_cfg){ \ 134 struct bt_bap_qos_cfg { struct 757 struct bt_bap_qos_cfg *qos; 1250 int (*qos)(struct bt_bap_stream *stream, const struct bt_bap_qos_cfg *qos, 1442 struct bt_bap_qos_cfg *qos; 2090 struct bt_bap_qos_cfg *qos;
|
D | cap.h | 475 struct bt_bap_qos_cfg *qos;
|
D | bap_lc3_preset.h | 42 struct bt_bap_qos_cfg qos;
|
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
D | bap_unicast_sr.c | 114 static void print_qos(const struct bt_bap_qos_cfg *qos) in print_qos() 174 static int lc3_qos(struct bt_bap_stream *stream, const struct bt_bap_qos_cfg *qos, in lc3_qos()
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 102 static void log_qos(const struct bt_bap_qos_cfg *qos) in log_qos() 150 static int unicast_server_qos_cb(struct bt_bap_stream *bap_stream, const struct bt_bap_qos_cfg *qos, in unicast_server_qos_cb()
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | bap_unicast_sr.c | 114 static void print_qos(const struct bt_bap_qos_cfg *qos) in print_qos() 242 static int lc3_qos(struct bt_bap_stream *stream, const struct bt_bap_qos_cfg *qos, in lc3_qos()
|
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/src/ |
D | main.c | 70 struct bt_bap_qos_cfg *qos_cfg; in bap_broadcast_source_test_suite_fixture_init() 91 qos_cfg = malloc(sizeof(struct bt_bap_qos_cfg)); in bap_broadcast_source_test_suite_fixture_init() 107 memset(qos_cfg, 0, sizeof(struct bt_bap_qos_cfg)); in bap_broadcast_source_test_suite_fixture_init() 347 struct bt_bap_qos_cfg *qos = create_param->qos; in ZTEST_F() 786 struct bt_bap_qos_cfg *qos = param->qos; in ZTEST_F()
|
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/ |
D | main.c | 187 static void print_qos(const struct bt_bap_qos_cfg *qos) in print_qos() 356 static int lc3_qos(struct bt_bap_stream *stream, const struct bt_bap_qos_cfg *qos, in lc3_qos()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | audio.h | 93 struct bt_bap_qos_cfg qos; 177 struct bt_bap_qos_cfg qos; 236 static inline void print_qos(const struct shell *sh, const struct bt_bap_qos_cfg *qos) in print_qos()
|