Bluetooth: Handle IllegalStateException during start service.

Use case:
During BT on and OFF use cases

Failure:
"Unfortunately, BATestApp has stopped" error comes.

Root cause:
Observed IllegalStateException during start service because of
app is in background(uncached).

Fix:
Add catch block to avoid FATAL exception in BA test app.

CRs-Fixed: 2454925
Change-Id: I41b8d4bd27fa1f2569aed1961387742894f9f025
1 file changed