Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.h62 PA_BLUETOOTH_PROFILE_OFF enumerator
64 #define PA_BLUETOOTH_PROFILE_COUNT PA_BLUETOOTH_PROFILE_OFF
Dmodule-bluez5-device.c1030 case PA_BLUETOOTH_PROFILE_OFF: in add_source()
1215 case PA_BLUETOOTH_PROFILE_OFF: in add_sink()
1280 pa_assert(u->profile != PA_BLUETOOTH_PROFILE_OFF); in setup_transport()
1311 [PA_BLUETOOTH_PROFILE_OFF] = 0 in get_profile_direction()
1321 pa_assert(u->profile != PA_BLUETOOTH_PROFILE_OFF); in init_profile()
1927 case PA_BLUETOOTH_PROFILE_OFF: in create_card_profile()
1952 if (*p != PA_BLUETOOTH_PROFILE_OFF) { in set_profile_cb()
1965 if (u->profile != PA_BLUETOOTH_PROFILE_OFF) in set_profile_cb()
2056 *p = PA_BLUETOOTH_PROFILE_OFF; in add_card()
2338 if (u->profile != PA_BLUETOOTH_PROFILE_OFF) in pa__init()
Dbluez5-util.c186 case PA_BLUETOOTH_PROFILE_OFF: in device_supports_profile()
1272 case PA_BLUETOOTH_PROFILE_OFF: in pa_bluetooth_profile_to_string()
1300 pa_bluetooth_profile_t p = PA_BLUETOOTH_PROFILE_OFF; in endpoint_set_configuration()