Searched refs:_capability (Results  1 – 1 of 1) sorted by relevance
| /Zephyr-latest/include/zephyr/bluetooth/classic/ | 
| D | a2dp.h | 40 #define BT_A2DP_EP_INIT(_role, _codec, _capability)                                                \  argument 44 		.codec_cap = _capability, .stream = NULL,                                          \ 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)
  |