Lines Matching defs:pa_bluetooth_backend
64 typedef struct pa_bluetooth_backend pa_bluetooth_backend;
182 pa_bluetooth_backend *pa_bluetooth_ofono_backend_new(pa_core *c, pa_bluetooth_discovery *y);
183 void pa_bluetooth_ofono_backend_free(pa_bluetooth_backend *b);
185 static inline pa_bluetooth_backend *pa_bluetooth_ofono_backend_new(pa_core *c, pa_bluetooth_discovery *y) {
188 static inline void pa_bluetooth_ofono_backend_free(pa_bluetooth_backend *b) {}
192 pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool enable_shared_profiles);
193 void pa_bluetooth_native_backend_free(pa_bluetooth_backend *b);
194 void pa_bluetooth_native_backend_enable_shared_profiles(pa_bluetooth_backend *b, bool enable);
196 static inline pa_bluetooth_backend *pa_bluetooth_native_backend_new(pa_core *c, pa_bluetooth_discovery *y, bool enable_shared_profiles) {
199 static inline void pa_bluetooth_native_backend_free(pa_bluetooth_backend *b) {}
200 static inline void pa_bluetooth_native_backend_enable_shared_profiles(pa_bluetooth_backend *b, bool enable) {}