Home
last modified time | relevance | path

Searched refs:pa_bluetooth_profile_t (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.h63 } pa_bluetooth_profile_t; typedef
83 pa_bluetooth_profile_t profile;
157pa_bluetooth_profile_t p, const uint8_t *config, size_t size);
171 const char *pa_bluetooth_profile_to_string(pa_bluetooth_profile_t profile);
Dmodule-bluez5-device.c113 pa_bluetooth_profile_t profile;
1305 static pa_direction_t get_profile_direction(pa_bluetooth_profile_t p) { in get_profile_direction()
1863 static pa_card_profile *create_card_profile(struct userdata *u, pa_bluetooth_profile_t profile, pa_… in create_card_profile()
1867 pa_bluetooth_profile_t *p; in create_card_profile()
1878 …pa_card_profile_new(name, _("High Fidelity Playback (A2DP Sink)"), sizeof(pa_bluetooth_profile_t)); in create_card_profile()
1890 …a_card_profile_new(name, _("High Fidelity Capture (A2DP Source)"), sizeof(pa_bluetooth_profile_t)); in create_card_profile()
1902 … cp = pa_card_profile_new(name, _("Headset Head Unit (HSP/HFP)"), sizeof(pa_bluetooth_profile_t)); in create_card_profile()
1915 … = pa_card_profile_new(name, _("Headset Audio Gateway (HSP/HFP)"), sizeof(pa_bluetooth_profile_t)); in create_card_profile()
1944 pa_bluetooth_profile_t *p; in set_profile_cb()
1983 static int uuid_to_profile(const char *uuid, pa_bluetooth_profile_t *_r) { in uuid_to_profile()
[all …]
Dbluez5-util.c142pa_bluetooth_profile_t p, const uint8_t *config, size_t size) { in pa_bluetooth_transport_new()
173 static bool device_supports_profile(pa_bluetooth_device *device, pa_bluetooth_profile_t profile) { in device_supports_profile()
193 static bool device_is_profile_connected(pa_bluetooth_device *device, pa_bluetooth_profile_t profile… in device_is_profile_connected()
201 pa_bluetooth_profile_t profile; in device_count_disconnected_profiles()
226 pa_bluetooth_profile_t profile; in wait_for_profiles_cb()
1262 const char *pa_bluetooth_profile_to_string(pa_bluetooth_profile_t profile) { in pa_bluetooth_profile_to_string()
1300 pa_bluetooth_profile_t p = PA_BLUETOOTH_PROFILE_OFF; in endpoint_set_configuration()
Dbackend-native.c497 pa_bluetooth_profile_t p; in profile_new_connection()
619 static void profile_init(pa_bluetooth_backend *b, pa_bluetooth_profile_t profile) { in profile_init()
646 static void profile_done(pa_bluetooth_backend *b, pa_bluetooth_profile_t profile) { in profile_done()
Dbackend-ofono.c306 pa_bluetooth_profile_t p = PA_BLUETOOTH_PROFILE_HEADSET_AUDIO_GATEWAY; in hf_audio_agent_card_found()