From: Pyun DoHyun Date: Tue, 11 Oct 2022 02:32:19 +0000 (+0000) Subject: Merge "Add the coverage exception for internal API functions" into tizen X-Git-Tag: accepted/tizen/unified/20221103.165735~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffbb190651b628bff5886aef576ed7e4d810370f;p=platform%2Fcore%2Fapi%2Fbluetooth.git Merge "Add the coverage exception for internal API functions" into tizen --- ffbb190651b628bff5886aef576ed7e4d810370f diff --cc src/bluetooth-gatt.c index fb72744,98e7f31..0f2a7c9 --- a/src/bluetooth-gatt.c +++ b/src/bluetooth-gatt.c @@@ -990,9 -986,10 +990,9 @@@ int bt_gatt_disconnect(const char *addr if (ret != BT_ERROR_NONE) BT_ERR("%s(0x%08x)", _bt_convert_error_to_string(ret), ret); - _bt_unset_cb(BT_EVENT_GATT_CONNECTION_STATUS); return ret; } - /* LCOV_EXCL_STOP */ + int bt_gatt_server_set_connection_state_changed_cb(bt_gatt_server_h server, bt_gatt_server_connection_state_changed_cb callback, void *user_data) {