Home
last modified time | relevance | path

Searched refs:PA_BLUETOOTH_PROFILE_A2DP_SOURCE (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c718 (u->profile == PA_BLUETOOTH_PROFILE_A2DP_SOURCE ? in transport_config_mtu()
1032 case PA_BLUETOOTH_PROFILE_A2DP_SOURCE: in add_source()
1217 pa_assert(u->profile != PA_BLUETOOTH_PROFILE_A2DP_SOURCE); in sink_setup_volume_callback()
1286 case PA_BLUETOOTH_PROFILE_A2DP_SOURCE: in add_sink()
1312 [PA_BLUETOOTH_PROFILE_A2DP_SOURCE] = PA_DIRECTION_INPUT, in get_profile_direction()
1376 if (u->profile == PA_BLUETOOTH_PROFILE_A2DP_SOURCE || u->profile == PA_BLUETOOTH_PROFILE_HFP_AG || u->profile == PA_BLUETOOTH_PROFILE_HSP_AG) in setup_transport()
1752 if (u->profile == PA_BLUETOOTH_PROFILE_HFP_AG || u->profile == PA_BLUETOOTH_PROFILE_HSP_AG || u->profile == PA_BLUETOOTH_PROFILE_A2DP_SOURCE) in start_thread()
2053 case PA_BLUETOOTH_PROFILE_A2DP_SOURCE: in create_card_profile()
2177 *_r = PA_BLUETOOTH_PROFILE_A2DP_SOURCE; in uuid_to_profile()
2605 u->profile != PA_BLUETOOTH_PROFILE_A2DP_SOURCE) { in bluez5_device_message_handler()
[all...]
H A Dbluez5-util.c284 case PA_BLUETOOTH_PROFILE_A2DP_SOURCE: in pa_bluetooth_device_supports_profile()
586 if (t->profile == PA_BLUETOOTH_PROFILE_A2DP_SOURCE && t->source_volume == volume) in pa_bluetooth_transport_set_volume()
591 if (t->profile == PA_BLUETOOTH_PROFILE_A2DP_SOURCE) in pa_bluetooth_transport_set_volume()
628 pa_assert(t->profile == PA_BLUETOOTH_PROFILE_A2DP_SOURCE); in pa_bluetooth_transport_set_source_volume()
643 is_source = t->profile == PA_BLUETOOTH_PROFILE_A2DP_SOURCE; in pa_bluetooth_transport_remote_volume_changed()
2372 case PA_BLUETOOTH_PROFILE_A2DP_SOURCE: in pa_bluetooth_profile_to_string()
2402 case PA_BLUETOOTH_PROFILE_A2DP_SOURCE: in pa_bluetooth_profile_should_attenuate_volume()
2417 return profile == PA_BLUETOOTH_PROFILE_A2DP_SINK || profile == PA_BLUETOOTH_PROFILE_A2DP_SOURCE; in pa_bluetooth_profile_is_a2dp()
2488 p = PA_BLUETOOTH_PROFILE_A2DP_SOURCE; in endpoint_set_configuration()
2493 (pa_streq(uuid, PA_BLUETOOTH_UUID_A2DP_SINK) && p != PA_BLUETOOTH_PROFILE_A2DP_SOURCE)) { in endpoint_set_configuration()
[all...]
H A Dbluez5-util.h79 PA_BLUETOOTH_PROFILE_A2DP_SOURCE, enumerator

Completed in 8 milliseconds