Home
last modified time | relevance | path

Searched refs:_codec (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/ascs/include/
Dbap_unicast_server_expects.h16 #define expect_bt_bap_unicast_server_cb_config_called_once(_conn, _ep, _dir, _codec) \ argument
37 IF_NOT_EMPTY(_codec, ( \
42 #define expect_bt_bap_unicast_server_cb_reconfig_called_once(_stream, _dir, _codec) \ argument
58 IF_NOT_EMPTY(_codec, ( \
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h40 #define BT_A2DP_EP_INIT(_role, _codec, _capability) \ argument
42 .codec_type = _codec, \
51 #define BT_A2DP_SINK_EP_INIT(_codec, _capability) \ argument
52 BT_A2DP_EP_INIT(BT_AVDTP_SINK, _codec, _capability)
58 #define BT_A2DP_SOURCE_EP_INIT(_codec, _capability) \ argument
59 BT_A2DP_EP_INIT(BT_AVDTP_SOURCE, _codec, _capability)
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap_lc3_preset.h46 #define BT_BAP_LC3_PRESET(_codec, _qos) \ argument
48 .codec_cfg = _codec, .qos = _qos, \