示例#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;
}