Searched refs:A2DP_SINK_ENDPOINT (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/ |
D | bluez5-util.c | 54 #define A2DP_SINK_ENDPOINT "/MediaEndpoint/A2DPSink" macro 969 …register_endpoint(y, a2dp_codec_sbc, path, A2DP_SINK_ENDPOINT "/sbc", PA_BLUETOOTH_UUID_A2DP_SINK); in parse_interfaces_and_properties() 1282 if (pa_startswith(endpoint, A2DP_SINK_ENDPOINT "/")) in a2dp_endpoint_to_a2dp_codec() 1283 codec_name = endpoint + strlen(A2DP_SINK_ENDPOINT "/"); in a2dp_endpoint_to_a2dp_codec() 1346 if (pa_startswith(endpoint_path, A2DP_SINK_ENDPOINT "/")) in endpoint_set_configuration() 1647 endpoint = pa_sprintf_malloc("%s/%s", A2DP_SINK_ENDPOINT, a2dp_codec->name); in pa_bluetooth_discovery_get() 1730 endpoint = pa_sprintf_malloc("%s/%s", A2DP_SINK_ENDPOINT, a2dp_codec->name); in pa_bluetooth_discovery_unref()
|