anroid ble jar包调整
This commit is contained in:
parent
610c98f9b8
commit
6e091bd99c
Binary file not shown.
@ -26,7 +26,7 @@ public class BluetoothDeviceScript : MonoBehaviour
|
||||
public Action<string> ConnectedDisconnectPeripheralAction { get; set; }
|
||||
public Action<string,string> ConnectErrorAction { get; set; }
|
||||
public Action<string> DisconnectedPeripheralAction;
|
||||
public Action<string> DeviceBleStatusDisconnectedAction;
|
||||
public Action<string> DeviceBleStatusDisconnectedAction { get; set; }
|
||||
public Action<string, string> DiscoveredServiceAction;
|
||||
public Action<string, string, string> DiscoveredCharacteristicAction;
|
||||
public Action<string> DidWriteCharacteristicAction;
|
||||
|
||||
@ -368,7 +368,8 @@
|
||||
"FINISH": "终点",
|
||||
"Continue the game?": "有中断的划船记录,是否继续?",
|
||||
"Save the game?": "有中断的划船记录,是否保存?",
|
||||
"Please make sure the device is powered on an awakened": "请确保设备有电且已唤醒"
|
||||
"Please make sure the device is powered on an awakened": "请确保设备有电且已唤醒",
|
||||
"Powerfun need location service permission,please open the location permission.": "Powerfun需要定位服务权限,请打开定位服务权限!"
|
||||
},
|
||||
"en": {
|
||||
"HOT ROUTES": "HOT ROUTES",
|
||||
@ -731,6 +732,7 @@
|
||||
"FINISH": "FINISH",
|
||||
"Continue the game?": "Continue the game?",
|
||||
"Save the game?": "Save the game?",
|
||||
"Please make sure the device is powered on an awakened": "Please make sure the device is powered on an awakened"
|
||||
"Please make sure the device is powered on an awakened": "Please make sure the device is powered on an awakened",
|
||||
"Powerfun need location service permission,please open the location permission.": "Powerfun need location service permission,please open the location permission."
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user