Merge "[LE unicast] Using the pairDeviceByCsip API" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3767112332
@@ -87,9 +87,7 @@ public final class BluetoothPairingRequest extends BroadcastReceiver {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mBluetoothManager.getCachedDeviceManager().shouldPairByCsip(device, groupId)) {
|
mBluetoothManager.getCachedDeviceManager().pairDeviceByCsip(device, groupId);
|
||||||
device.createBond(BluetoothDevice.TRANSPORT_LE);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user