1. 首页
  2. 编程语言
  3. C
  4. 蓝牙自动开启

蓝牙自动开启

上传者: 2019-02-17 08:53:35上传 ZIP文件 253.22KB 热度 41次
加入以下代码,实现自动开启,测试通过 -(void)startBluetooth{ #if TARGET_IPHONE_SIMULATOR exit( EXIT_SUCCESS ) ; #else Class BluetoothManager = objc_getClass( "BluetoothManager" ) ; id btCont = [BluetoothManager sharedInstance] ; [self performSelector:@selector(toggle:) withObject:btCont afterDelay
用户评论