Browse Source

更换蓝牙设备编号

liuwei 3 weeks ago
parent
commit
2fa11a052a

+ 7 - 6
common/bluetooth/ZXCar.js

@@ -38,7 +38,8 @@ function isDevice(device, data) {
 	// if ( advertisData.slice(4, 10).toString() == "095A5832") {
 	//     return true;
 	// }
-	if (data.name === "ZX2202220000000") {
+	// if (data.name === "ZX2202220000000") {
+	if (data.name === "865416038002201") {
 		return true
 	}
 
@@ -52,14 +53,14 @@ function alterConnect(device, deviceId) {
 	//切换正常,工厂下发指令 [[0x22,0x22,0x54,0x01,0x01,0x12,0xAA,0xAA]]
 	//OTA 升级指令 [[0x22,0x22,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,n,0xCB,0xAA,0xAA]]
 
-	const data = [0x1F, 0x0F, 0x5A, 0x58, 0x32, 0x32, 0x30, 0x32, 0x32, 0x32, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
-		0x08, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x67, 0xAC, 0x53, 0xE7, 0x08, 0x00
-	]
+	// const data = [0x1F, 0x0F, ,0x5A,0x58, 0x35, 0x32, 0x30, 0x32, 0x32, 0x32, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
+	// 	0x08, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x67, 0xAC, 0x53, 0xE7, 0x08, 0x00]
+	
+	const data=[ 0x1F, 0x0F,0x38, 0x36, 0x35, 0x34, 0x31, 0x36, 0x30, 0x33, 0x38, 0x30, 0x30, 0x32, 0x32, 0x30, 0x31]
 	const crc_data = crc8Ieee8023(data)
 	console.log(crc_data, 111);
 	return [
-		[0x22, 0x22, 0x01, 0x1F, 0x0F, 0x5A, 0x58, 0x32, 0x32, 0x30, 0x32, 0x32, 0x32, 0x30, 0x30, 0x30, 0x30, 0x30,
-			0x30, 0x30, 0x08, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x67, 0xAC, 0x53, 0xE7, 0x08, 0x00,
+		[0x22, 0x22, 0x01, 0x1F, 0x0F, 0x38, 0x36, 0x35, 0x34, 0x31, 0x36, 0x30, 0x33, 0x38, 0x30, 0x30, 0x32, 0x32, 0x30, 0x31, 0x08, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x67, 0xAC, 0x53, 0xE7, 0x08, 0x00,
 			crc_data, 0xAA, 0xAA
 		]
 	]

+ 5 - 5
pages/bluetoothUnlock/bluetoothPair.vue

@@ -77,7 +77,7 @@
 			console.log(11112222);
 				bluetooth.closeBluetoothAdapter();
 				bluetooth.closeDevice(
-					"095A5832",
+					"900000996",
 					() => {
 						// this.setData({
 						// 	bt_loading: false
@@ -85,8 +85,8 @@
 					},
 					() => {}
 				);
-				bluetooth.offCharacteristicStateChange("095A5832", 'home');
-				bluetooth.offConnectionStateChange("095A5832", 'home');	 
+				bluetooth.offCharacteristicStateChange("900000996", 'home');
+				bluetooth.offConnectionStateChange("900000996", 'home');	 
 			},
 			switchNormal(){
 				const me=this
@@ -109,8 +109,8 @@
 				const me = this;
 				var device = {
 					mac_id: "900000996",
-					btid: "095A5832",
-					btkey: "095A5832",
+					btid: "900000996",
+					btkey: "900000996",
 					bt_type: "ZXCAR",
 					device_type: "ZXCAR"
 				};

+ 3 - 3
pages/bluetoothUnlock/components/AndroidUnlockAuth.vue

@@ -121,7 +121,7 @@ export default {
 		console.log(11112222);
 			bluetooth.closeBluetoothAdapter();
 			bluetooth.closeDevice(
-				"095A5832",
+				"900000996",
 				() => {
 					// this.setData({
 					// 	bt_loading: false
@@ -129,8 +129,8 @@ export default {
 				},
 				() => {}
 			);
-			bluetooth.offCharacteristicStateChange("095A5832", 'home');
-			bluetooth.offConnectionStateChange("095A5832", 'home');	 
+			bluetooth.offCharacteristicStateChange("900000996", 'home');
+			bluetooth.offConnectionStateChange("900000996", 'home');	 
 		},
   }
 }

+ 3 - 3
pages/index/index.vue

@@ -188,9 +188,9 @@
 			},
 			connectBluetooth(){
 				var device = {
-					mac_id: "095A5832",
-					btid: "095A5832",
-					btkey: "095A5832",
+					mac_id: "900000996",
+					btid: "900000996",
+					btkey: "900000996",
 					bt_type: "ZXCar",
 					device_type: "ZXCar"
 				};