From f710762d3f03c6aec9fbfcd1e1ade70b26c47cf9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 20 Jan 2013 15:15:14 -0800 Subject: [PATCH] core: Make the default UUID search list const --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device.c b/src/device.c index 3f628a55d..3730c2acb 100644 --- a/src/device.c +++ b/src/device.c @@ -193,7 +193,7 @@ struct btd_device { guint store_id; }; -static uint16_t uuid_list[] = { +static const uint16_t uuid_list[] = { L2CAP_UUID, PNP_INFO_SVCLASS_ID, PUBLIC_BROWSE_GROUP, -- 2.47.3