--- src/shared/gatt-db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/gatt-db.c b/src/shared/gatt-db.c index d6f3143..998e93e 100644 --- a/src/shared/gatt-db.c +++ b/src/shared/gatt-db.c @@ -258,7 +258,7 @@ static uint16_t update_attribute_handle(struct gatt_db_service *service, static void set_attribute_data(struct gatt_db_attribute *attribute, gatt_db_read_t read_func, gatt_db_write_t write_func, - uint8_t permissions, + uint32_t permissions, void *user_data) { attribute->permissions = permissions; -- 1.9.3 -- 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