Field "bdaddr_type" of the remote_dev_info structure is not being referenced in the code. Field "type" is already being used to store the Bluetooth address type. --- src/adapter.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/adapter.h b/src/adapter.h index c47d180..a5ea4c6 100644 --- a/src/adapter.h +++ b/src/adapter.h @@ -78,7 +78,6 @@ struct remote_dev_info { char **uuids; size_t uuid_count; GSList *services; - uint8_t bdaddr_type; uint8_t flags; }; -- 1.7.8.5 -- 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