Lines Matching defs:profile
47 * profile identifier and as the HS role identifier, while the second one is
77 typedef enum profile {
113 pa_bluetooth_profile_t profile;
203 pa_bluetooth_profile_status_t profile_status_get(pa_bluetooth_discovery *y, pa_bluetooth_profile_t profile);
204 void profile_status_set(pa_bluetooth_discovery *y, pa_bluetooth_profile_t profile, pa_bluetooth_profile_status_t status);
218 bool pa_bluetooth_device_supports_profile(const pa_bluetooth_device *device, pa_bluetooth_profile_t profile);
220 bool pa_bluetooth_device_switch_codec(pa_bluetooth_device *device, pa_bluetooth_profile_t profile, pa_hashmap *capabilities_hashmap, const pa_a2dp_endpoint_conf *endpoint_conf, void (*codec_switch_cb)(bool, pa_bluetooth_profile_t profile, void *), void *userdata);
229 const char *pa_bluetooth_profile_to_string(pa_bluetooth_profile_t profile);
230 bool pa_bluetooth_profile_should_attenuate_volume(pa_bluetooth_profile_t profile);
231 bool pa_bluetooth_profile_is_a2dp(pa_bluetooth_profile_t profile);