From 97cc27600ab7b796cc38508e787078caaad1c864 Mon Sep 17 00:00:00 2001 From: Huang-Huang Bao Date: Tue, 2 Mar 2021 20:20:38 +0800 Subject: [PATCH] bluez5: add missing function defination --- spa/plugins/bluez5/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/spa/plugins/bluez5/defs.h b/spa/plugins/bluez5/defs.h index e8fff8576..9d9497232 100644 --- a/spa/plugins/bluez5/defs.h +++ b/spa/plugins/bluez5/defs.h @@ -545,6 +545,7 @@ static inline struct spa_bt_backend *backend_native_new(struct spa_bt_monitor *m } static inline void backend_native_free(struct spa_bt_backend *backend) {} static inline void backend_native_register_profiles(struct spa_bt_backend *backend) {} +static inline void backend_native_unregister_profiles(struct spa_bt_backend *backend) {} #endif #define OFONO_SERVICE "org.ofono"