anroid ble jar包调整

This commit is contained in:
lishuo 2022-06-15 16:58:22 +08:00
parent 610c98f9b8
commit 6e091bd99c
3 changed files with 5 additions and 3 deletions

View File

@ -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;

View File

@ -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."
}
}