This adds a way to remove the information about the device type and its primary services when the device is going to be removed from the permanent storage. --- src/device.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/device.c b/src/device.c index 627db8f..f123288 100644 --- a/src/device.c +++ b/src/device.c @@ -1024,6 +1024,8 @@ static void device_remove_stored(struct btd_device *device) device_remove_bonding(device); delete_entry(&src, "profiles", addr); delete_entry(&src, "trusts", addr); + delete_entry(&src, "types", addr); + delete_entry(&src, "primary", addr); delete_all_records(&src, &device->bdaddr); delete_device_service(&src, &device->bdaddr); -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html