OSDN Git Service

GATT cache storage refactoring
authorJakub Pawlowski <jpawlowski@google.com>
Sun, 6 Mar 2016 01:57:51 +0000 (17:57 -0800)
committerJakub Pawlowski <jpawlowski@google.com>
Tue, 8 Mar 2016 01:57:39 +0000 (17:57 -0800)
commitc10b209f62a52d2a782d4d8c97734b6c142f2567
treecde5504fada957f3a6279d987c555585a272d40a
parentfb2105f3488e48f2d908b13a33f47e34f6e3f78d
GATT cache storage refactoring

Currently when storing GATT cache into file, we save it piece
after piece, max 10 elements at once. This is not necessary,
we have enough space to just save all at once.
Also the logic doesn't need to be so complicated - no need
to state machine for such simple task.

Bug: 27455533
Change-Id: I82923dbedfb317835e45e13e0ea28151eb524d37
12 files changed:
bta/Android.mk
bta/BUILD.gn
bta/gatt/bta_gattc_act.c
bta/gatt/bta_gattc_cache.c
bta/gatt/bta_gattc_ci.c [deleted file]
bta/gatt/bta_gattc_int.h
bta/gatt/bta_gattc_main.c
bta/include/bta_gattc_ci.h [deleted file]
bta/include/bta_gattc_co.h [deleted file]
btif/Android.mk
btif/BUILD.gn
btif/co/bta_gattc_co.c [deleted file]