mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
bluez5: Rename backend-hsp-native to backend-native
This commit is contained in:
parent
219248d43e
commit
00cce32514
4 changed files with 18 additions and 18 deletions
|
|
@ -431,21 +431,21 @@ static inline enum spa_bt_transport_state spa_bt_transport_state_from_string(con
|
|||
|
||||
|
||||
#ifdef HAVE_BLUEZ_5_BACKEND_NATIVE
|
||||
struct spa_bt_backend *backend_hsp_native_new(struct spa_bt_monitor *monitor,
|
||||
struct spa_bt_backend *backend_native_new(struct spa_bt_monitor *monitor,
|
||||
void *dbus_connection,
|
||||
const struct spa_support *support,
|
||||
uint32_t n_support);
|
||||
void backend_hsp_native_free(struct spa_bt_backend *backend);
|
||||
void backend_hsp_native_register_profiles(struct spa_bt_backend *backend);
|
||||
void backend_native_free(struct spa_bt_backend *backend);
|
||||
void backend_native_register_profiles(struct spa_bt_backend *backend);
|
||||
#else
|
||||
static inline struct spa_bt_backend *backend_hsp_native_new(struct spa_bt_monitor *monitor,
|
||||
static inline struct spa_bt_backend *backend_native_new(struct spa_bt_monitor *monitor,
|
||||
void *dbus_connection,
|
||||
const struct spa_support *support,
|
||||
uint32_t n_support) {
|
||||
return NULL;
|
||||
}
|
||||
static inline void backend_hsp_native_free(struct spa_bt_backend *backend) {}
|
||||
static inline void backend_hsp_native_register_profiles(struct spa_bt_backend *backend) {}
|
||||
static inline void backend_native_free(struct spa_bt_backend *backend) {}
|
||||
static inline void backend_native_register_profiles(struct spa_bt_backend *backend) {}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_BLUEZ_5_BACKEND_OFONO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue