扫描所有可用的外围设备
迅速:
centralManager.scanForPeripherals(withServices: nil, options: nil)
目标 C:
[centralManager scanForPeripheralsWithServices:nil options:nil];
centralManager.scanForPeripherals(withServices: nil, options: nil)
[centralManager scanForPeripheralsWithServices:nil options:nil];