Bluetooth: Strip separators while sending CLCC response.

Few headsets store number from CLCC response and trying to dial using ATD
command with same number gets from CLCC response. We are not removing special
characters like "(", ")", "-", " " from CLCC, phone sends ERROR response
for ATD command when we can try to redial from headset.
Use PhoneNumberUtils.stripSeparators to get the phone number before sending
it in CLCC response.

CRs-Fixed: 1052713
Change-Id: Ib3dc1efdfa3f7638e256e39a99a4801297bc7dc2
1 file changed