OSDN Git Service

Cache service class updates during bootup
authorAlok Barsode <alok.barsode@azingo.com>
Wed, 29 Jul 2009 07:41:14 +0000 (13:11 +0530)
committerJohan Hedberg <johan.hedberg@nokia.com>
Fri, 31 Jul 2009 21:41:00 +0000 (00:41 +0300)
commit45d22bfa24270b782eb0e6c5df003c574314df61
treec87f594b1d8bb49fa2d77c7722f1bf7c2dc2c7a2
parenta225cd153ad9dee469665bf944f14993dc452438
Cache service class updates during bootup

adapter->svc_cache is used to cache service class updates during
bluetoothd bringup or when adapter is down.adapter_disable_svc_cache() is
used to switch off the cache, so any successive service class updates are
directly written to the device.
src/adapter.c
src/adapter.h
src/main.c