diff options
author | Chen Ganir <chen.ganir@ti.com> | 2012-03-19 16:57:53 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-03-26 12:12:24 +0300 |
commit | afb04979ee7b986f9351ca19565d3b0d7ac4c181 (patch) | |
tree | ed767eaa3cbaf39a826fc5074cb5fdbc8d48e30a /plugins | |
parent | f47e7204b47ba82ce1d6af29937e049de94f589a (diff) | |
download | bluez-afb04979ee7b986f9351ca19565d3b0d7ac4c181.tar.gz bluez-afb04979ee7b986f9351ca19565d3b0d7ac4c181.tar.xz bluez-afb04979ee7b986f9351ca19565d3b0d7ac4c181.zip |
GATT: Profile support for EnableGatt
Add support for the EnableGatt for all GATT profiles.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gatt-example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gatt-example.c b/plugins/gatt-example.c index 165d2184..58b222c5 100644 --- a/plugins/gatt-example.c +++ b/plugins/gatt-example.c @@ -561,7 +561,7 @@ static struct btd_adapter_driver gatt_example_adapter_driver = { static int gatt_example_init(void) { if (!main_opts.gatt_enabled) { - DBG("Attribute server is disabled"); + DBG("GATT is disabled"); return -ENOTSUP; } |