Skip to content
Commit 5d04f1c9 authored by Zhihai Xu's avatar Zhihai Xu
Browse files

NPE in BluetoothDevice.fetchUuidsWithSdp

This is caused by access fetchUuidsWithSdp after bluetooth is turned off.
We can add check null pointer for sService,
before call sService.fetchRemoteUuids(this) to fix this problem;

bug:12533948
Change-Id: Id2cab92a56185073fabcabcfb21a243e99a60cee
parent 7acec30a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment