Rename CachedBluetoothDevice.getConnectableProfiles()

The original method name implied that the returned profiles were guaranteed to be connectable. However, it actually filters profiles based on user can access the profile in the UI and initiate the connection. Change the method name to getUiAccessibleProfiles() aligns the name with the actual behavior.

Flag: EXEMPT simple renaming
Bug: 356530795
Test: m
Change-Id: Ic9b771a4d68ac8c96ec4fa58d42302b02fedc7ca
7 files changed