A2dpSink: Exception handling in below cases.

- While updating RC features to APP, there is some exception due to
  avrcpcontrollerSM didn't started.

  To handle this, added exception handling while notifying RC features
  to App.

- When onConnectionStateChanged callback comes to app, AvrcpControllerSM
  has been instantiated , but not started. So while instantiating of
  AvrcpControllerSM, immediately we register for the Volume changed
  intent with Audio manager. So, when volume changed intent comes, than
  posting the VOLUME_CHANGED_ACTION message to statemachine, which was
  not started yet, which is leading to this exception.

  To handle this, register VOLUME_CHANGED_ACTION, after AvrcpControllerSM
  is started.

CRs-Fixed: 2483370
Change-Id: I352f7fa3e5952f1b7fd5cd02fcc97f27c1c5f63b
2 files changed