コード例 #1
0
ファイル: BtConnector.cs プロジェクト: huw12313212/UnityUFOne
 public static bool isBluetoothEnabled()
 {
     return(BtConnection.isBluetoothEnabled());
 }