Home
last modified time | relevance | path

Searched defs:qos (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dbap_iso.h23 struct bt_iso_chan_io_qos qos; member
29 struct bt_iso_chan_qos qos; member
Dbap_endpoint.h51 struct bt_audio_codec_qos qos; member
71 const struct bt_audio_codec_qos *qos; member
94 struct bt_audio_codec_qos *qos; member
Dbap_broadcast_source.c295 struct bt_audio_codec_qos *qos, in broadcast_source_setup_stream()
511 const struct bt_audio_codec_qos *qos; in valid_broadcast_source_param() local
718 struct bt_audio_codec_qos *qos; in bt_bap_broadcast_source_create() local
866 struct bt_audio_codec_qos *qos; in bt_bap_broadcast_source_reconfig() local
Dbap_stream.c169 enum bt_bap_ascs_reason bt_audio_verify_qos(const struct bt_audio_codec_qos *qos) in bt_audio_verify_qos()
437 const struct bt_audio_codec_qos *qos) in bt_bap_stream_verify_qos()
Dbap_unicast_client.c639 const struct bt_ascs_ase_status_qos *qos) in unicast_client_ep_qos_update()
747 struct bt_ascs_ase_status_qos *qos; in unicast_client_ep_qos_state() local
1811 struct bt_audio_codec_qos *qos) in bt_bap_unicast_client_ep_qos()
2139 const struct bt_audio_codec_qos *qos, in bt_audio_codec_qos_to_cig_param()
2165 const struct bt_audio_codec_qos *qos, in bt_audio_cig_create()
2200 const struct bt_audio_codec_qos *qos) in bt_audio_cig_reconfigure()
2311 const struct bt_audio_codec_qos *qos, in unicast_client_codec_qos_to_iso_qos()
2357 struct bt_audio_codec_qos *qos = param->qos; in unicast_group_add_stream() local
Dbap_iso.c176 struct bt_iso_chan_qos *qos = bap_iso->chan.qos; in bt_bap_iso_configure_data_path() local
/Zephyr-Core-3.7.0/tests/net/lib/mqtt_publisher/src/
Dtest_mqtt_publish.c151 static char *get_mqtt_payload(enum mqtt_qos qos) in get_mqtt_payload()
185 static int publish(enum mqtt_qos qos) in publish()
262 static int test_publish(enum mqtt_qos qos) in test_publish()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dbap_common.h47 struct bt_audio_codec_qos qos; member
Dbap_common.c89 void print_qos(const struct bt_audio_codec_qos *qos) in print_qos()
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/audio/
Dbtp_bap_broadcast.h33 struct bt_audio_codec_qos qos; member
45 struct bt_audio_codec_qos qos; member
Dbtp_bap_unicast.h21 struct bt_audio_codec_qos qos[CONFIG_BT_BAP_UNICAST_CLIENT_GROUP_STREAM_COUNT]; member
Dbtp_cap.c193 struct bt_audio_codec_qos *qos) in cap_unicast_setup_ase()
235 struct bt_audio_codec_qos qos; in btp_cap_unicast_setup_ase() local
607 struct bt_audio_codec_qos *qos = &source->qos; in btp_cap_broadcast_source_setup() local
/Zephyr-Core-3.7.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c530 static int parse_rtn_arg(struct bt_iso_chan_io_qos *qos) in parse_rtn_arg()
607 static int parse_phy_arg(struct bt_iso_chan_io_qos *qos) in parse_phy_arg()
633 static int parse_sdu_arg(struct bt_iso_chan_io_qos *qos) in parse_sdu_arg()
732 static int parse_nse_arg(struct bt_iso_chan_qos *qos) in parse_nse_arg()
756 static int parse_pdu_arg(const struct bt_iso_chan_io_qos *qos) in parse_pdu_arg()
780 static int parse_bn_arg(const struct bt_iso_chan_io_qos *qos) in parse_bn_arg()
906 static int parse_cis_args(struct bt_iso_chan_io_qos *qos) in parse_cis_args()
/Zephyr-Core-3.7.0/subsys/net/lib/mqtt_sn/
Dmqtt_sn_msg.h27 enum mqtt_sn_qos qos; member
91 enum mqtt_sn_qos qos; member
115 enum mqtt_sn_qos qos; member
142 enum mqtt_sn_qos qos; member
152 enum mqtt_sn_qos qos; member
180 enum mqtt_sn_qos qos; member
Dmqtt_sn.c35 enum mqtt_sn_qos qos; member
53 enum mqtt_sn_qos qos; member
768 int mqtt_sn_subscribe(struct mqtt_sn_client *client, enum mqtt_sn_qos qos, in mqtt_sn_subscribe()
803 int mqtt_sn_unsubscribe(struct mqtt_sn_client *client, enum mqtt_sn_qos qos, in mqtt_sn_unsubscribe()
835 int mqtt_sn_publish(struct mqtt_sn_client *client, enum mqtt_sn_qos qos, in mqtt_sn_publish()
/Zephyr-Core-3.7.0/subsys/net/lib/mqtt/
Dmqtt_rx.c200 uint8_t qos = (type_and_flags & MQTT_HEADER_QOS_MASK) >> 1; in mqtt_read_publish_var_header() local
/Zephyr-Core-3.7.0/samples/net/mqtt_publisher/src/
Dmain.c216 static char *get_mqtt_payload(enum mqtt_qos qos) in get_mqtt_payload()
242 static int publish(struct mqtt_client *client, enum mqtt_qos qos) in publish()
/Zephyr-Core-3.7.0/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c101 static void print_qos(const struct bt_audio_codec_qos *qos) in print_qos()
161 static int lc3_qos(struct bt_bap_stream *stream, const struct bt_audio_codec_qos *qos, in lc3_qos()
/Zephyr-Core-3.7.0/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c113 static void print_qos(const struct bt_audio_codec_qos *qos) in print_qos()
236 static int lc3_qos(struct bt_bap_stream *stream, const struct bt_audio_codec_qos *qos, in lc3_qos()
/Zephyr-Core-3.7.0/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c101 static void log_qos(const struct bt_audio_codec_qos *qos) in log_qos()
150 const struct bt_audio_codec_qos *qos, struct bt_bap_ascs_rsp *rsp) in unicast_server_qos_cb()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Diso.c1586 static bool valid_chan_qos(const struct bt_iso_chan_qos *qos, bool advanced) in valid_chan_qos()
1677 struct bt_iso_chan_qos *qos = cis->qos; in hci_le_set_cig_params() local
1767 const struct bt_iso_chan_qos *qos = cis->qos; in hci_le_set_cig_test_params() local
1833 const struct bt_iso_chan_qos *qos = cis->qos; in is_advanced_cig_param() local
2707 static struct bt_iso_chan_qos *qos; in hci_le_create_big() local
2761 const struct bt_iso_chan_qos *qos; in hci_le_create_big_test() local
2831 const struct bt_iso_chan_qos *qos = bis->qos; in is_advanced_big_param() local
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dbap.h465 struct bt_audio_codec_qos *qos; member
933 int (*qos)(struct bt_bap_stream *stream, const struct bt_audio_codec_qos *qos, member
1092 struct bt_audio_codec_qos *qos; member
1262 void (*qos)(struct bt_bap_stream *stream, enum bt_bap_ascs_rsp_code rsp_code, member
1666 struct bt_audio_codec_qos *qos; member
/Zephyr-Core-3.7.0/tests/net/lib/mqtt_pubsub/src/
Dtest_mqtt_pubsub.c321 static int test_publish(enum mqtt_qos qos) in test_publish()
/Zephyr-Core-3.7.0/samples/bluetooth/bap_unicast_server/src/
Dmain.c173 static void print_qos(const struct bt_audio_codec_qos *qos) in print_qos()
337 static int lc3_qos(struct bt_bap_stream *stream, const struct bt_audio_codec_qos *qos, in lc3_qos()
/Zephyr-Core-3.7.0/samples/net/cloud/mqtt_azure/src/
Dmain.c290 static int publish(struct mqtt_client *client, enum mqtt_qos qos) in publish()

12