Searched refs:BT_AUDIO_CODEC_QOS_PREF (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.7.0/samples/bluetooth/tmap_peripheral/src/ |
D | bap_unicast_sr.c | 41 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 20000, 40000, 20000, 40000);
|
/Zephyr-Core-3.7.0/tests/bluetooth/audio/ascs/src/ |
D | test_common.c | 131 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 40000, 40000, 40000, 40000);
|
D | main.c | 568 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 40000, 40000, 40000, 40000);
|
D | test_ase_control_params.c | 349 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 40000, 40000, 40000, 40000);
|
D | test_ase_state_transition.c | 32 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 40000, 40000, 40000, 40000);
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/ |
D | gmap_ugt_test.c | 46 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0U, 60U, 10000U, 60000U, 10000U, 60000U);
|
D | bap_unicast_server_test.c | 74 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 40000, 40000, 40000, 40000);
|
D | cap_acceptor_test.c | 75 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0u, 60u, 20000u, 40000u, 20000u, 40000u);
|
/Zephyr-Core-3.7.0/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 44 static const struct bt_audio_codec_qos_pref qos_pref = BT_AUDIO_CODEC_QOS_PREF(
|
/Zephyr-Core-3.7.0/samples/bluetooth/hap_ha/src/ |
D | bap_unicast_sr.c | 40 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 20000, 40000, 20000, 40000);
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/ |
D | audio.h | 958 #define BT_AUDIO_CODEC_QOS_PREF(_unframed_supported, _phy, _rtn, _latency, _pd_min, _pd_max, \ macro
|
/Zephyr-Core-3.7.0/samples/bluetooth/bap_unicast_server/src/ |
D | main.c | 53 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 40000, 40000, 40000, 40000);
|
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/audio/ |
D | btp_bap_unicast.c | 29 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0x02, 10, 10000, 40000, 10000, 40000);
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | bap.c | 623 BT_AUDIO_CODEC_QOS_PREF(true, BT_GAP_LE_PHY_2M, 0u, 60u, 10000u, 60000u, 10000u, 60000u);
|