Bluetooth: Add proper permission to fetch Wi-Fi Info.

Use case:
1) Turn on Bluetooth
2) Connect to Wi-Fi network

Issue:
BT sending Wi-Fi state off signal to stack even though
Wifi is connection is active.

Root cause:
BT process has insufficient permissions to access the network ID.

Fix:
Add ACCESS_FINE_LOCATION permission in BT to get valid netWorkId.

CRs-Fixed: 2631777
Change-Id: Ibebe885b5c5324e9fb8b6961b66c19f19fd9b85f
2 files changed