Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h89 BT_A2DP_SINK_EP_INIT(BT_A2DP_SBC, (&bt_a2dp_ep_cap_ie##_name))
118 BT_A2DP_SOURCE_EP_INIT(BT_A2DP_SBC, &bt_a2dp_ep_cap_ie##_name)
138 BT_A2DP_SINK_EP_INIT(BT_A2DP_SBC, &bt_a2dp_ep_cap_ie##_name)
159 BT_A2DP_SOURCE_EP_INIT(BT_A2DP_SBC, &bt_a2dp_ep_cap_ie##_name)
295 BT_A2DP_SBC = 0x00, enumerator
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c213 if (BT_A2DP_SBC == codec_type) { in shell_a2dp_print_capabilities()
660 if ((info->codec_type == BT_A2DP_SBC) && in bt_a2dp_discover_peer_endpoint_cb()
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c179 if (codec_type == BT_A2DP_SBC) { in a2dp_process_config_ind()
841 if (stream->local_ep->codec_type == BT_A2DP_SBC) { in bt_a2dp_stream_send()