Exemplo n.º 1
0
static void thermometer_driver_remove(struct btd_device *device)
{
	thermometer_unregister(device);
}
Exemplo n.º 2
0
static void thermometer_device_remove(struct btd_profile *p,
						struct btd_device *device)
{
	thermometer_unregister(device);
}