1、蓝牙界面
com/android/settings/bluetooth/BluetoothSettings.java
来看打开做了什么
com/android/settings/bluetooth/BluetoothEnabler.java
mSwitchBar.addOnSwitchChangeListener(this);
这个就是开关流程
2、来看下配对连接流程
com/android/settings/bluetooth/BluetoothSettings.java
com/android/settings/bluetooth/DeviceListPreferenceFragment.java
com/android/settings/bluetooth/BluetoothDevicePreference.java
来看配对
com/android/settingslib/bluetooth/CachedBluetoothDevice.java
android/bluetooth/BluetoothDevice.java
alps/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/BondStateMachine.java
private static IBluetooth sService;
extends IBluetooth.Stub
com/android/bluetooth/btservice/AdapterService.java
com/android/bluetooth/btservice/AdapterService.java