1. ?? ??
Android??? BluetoothAdapter ???? startDiscovery() ???? ???? ?? Bluetooth ??? ???? ??? ???? ????? ??? ?? ??? ??? ????. ??, ?? ????? ? 12? ?? ????. ?? ?? ??? Bluetooth ?? ??? ???? ?? BroadcastReceiver ??? ?????. ACTION_FOUND Intent ??? ???? ?????. EXTRA_DEVICE ? EXTRA_CLASS? ?? ?????? ? BluetoothDevice ??? ??? ?? ?? BluetoothClass? ?????. ?? ??
private final BroadcastReceiver cwjReceiver = new BroadcastReceiver() {
? public void onReceive(Context context, Intentintent) {
String action =intent.getAction()
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ????????? getAction() ; ?? ??? ?? ??? ?? ???? onDestory() ???? ????? unregisterReceiver ???? ???? ??? ???? ?? ???? ????. BroadcastReceiver ??? ???? ???? ?????? ?????.
?? ?? ?? ????? ACTION_SCAN_MODE_CHANGED ?? ???? EXTRA_SCAN_MODE ? EXTRA_PREVIOUS_SCAN_MODE ? SCAN_MODE_CONNECTABLE_DISCOVERABLE, SCAN_MODE_CONNECTABLE ? SCAN_MODE_NONE, Bluetooth ??? ????.