diff options
author | Wootak Jung <wootak.jung@samsung.com> | 2022-09-23 09:48:05 +0900 |
---|---|---|
committer | Wootak Jung <wootak.jung@samsung.com> | 2022-09-23 09:49:28 +0900 |
commit | f1c0e9951251bab8fd5256721fc5f68bd16c5ba1 (patch) | |
tree | eb23a03d3798d5b8d3f4538e1286f2b6e535007f | |
parent | 6ba26204779a03d85580226bcb11ff2b2a82dbeb (diff) | |
download | bluetooth-tizen_7.0_hotfix.tar.gz bluetooth-tizen_7.0_hotfix.tar.bz2 bluetooth-tizen_7.0_hotfix.zip |
Fix the usage of removed functiontizen_7.0_m2_releaseaccepted/tizen/unified/20220923.125200accepted/tizen/7.0/unified/hotfix/20221116.112050accepted/tizen/7.0/unified/20221110.062131tizen_7.0_hotfixtizen_7.0accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unified
Change-Id: I2483a88f8e11db555dae08d51dfba1ecea0a6210
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
-rw-r--r-- | src/bt-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bt-handler.c b/src/bt-handler.c index ae1b096..39a20f1 100644 --- a/src/bt-handler.c +++ b/src/bt-handler.c @@ -1134,7 +1134,7 @@ void _bt_deinit(bt_app_data_t *ad) if ((ad->launch_mode == BT_LAUNCH_CONNECT_HEADSET) && sound_manager_id >= 0) { - sound_manager_remove_device_state_changed_cb(sound_manager_id); + sound_manager_remove_device_connection_changed_cb(sound_manager_id); sound_manager_id = -1; } |