예제 #1
0
파일: main.c 프로젝트: intgr/bluez
static void thermometer_exit(void)
{
	if (!main_opts.gatt_enabled)
		return;

	thermometer_manager_exit();
}
예제 #2
0
static void thermometer_exit(void)
{
	thermometer_manager_exit();

	dbus_connection_unref(connection);
	connection = NULL;
}