--- src/device.c | 2 +- src/device.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/device.c b/src/device.c index 72cae3b..1c65b68 100644 --- a/src/device.c +++ b/src/device.c @@ -2312,7 +2312,7 @@ struct btd_adapter *device_get_adapter(struct btd_device *device) return device->adapter; } -bdaddr_t *device_get_address(struct btd_device *device) +const bdaddr_t *device_get_address(struct btd_device *device) { return &device->bdaddr; } diff --git a/src/device.h b/src/device.h index f919af4..0c16c18 100644 --- a/src/device.h +++ b/src/device.h @@ -64,7 +64,7 @@ void btd_device_add_uuid(struct btd_device *device, const char *uuid); void device_probe_profile(gpointer a, gpointer b); void device_remove_profile(gpointer a, gpointer b); struct btd_adapter *device_get_adapter(struct btd_device *device); -bdaddr_t *device_get_address(struct btd_device *device); +const bdaddr_t *device_get_address(struct btd_device *device); void device_set_addr_type(struct btd_device *device, uint8_t bdaddr_type); uint8_t device_get_addr_type(struct btd_device *device); const gchar *device_get_path(struct btd_device *device); -- 1.7.9.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