expo-ble模块测试demo 联调BLE模块 take 4 添加MTU设置和log

This commit is contained in:
Yudi Xiao
2025-12-11 12:23:26 +08:00
parent 1d3a7eba45
commit 1689fff721
3 changed files with 21 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ export const BLE_UUIDS = {
BROADCAST_CHARACTERISTIC: "000002c1-0000-1000-8000-00805f9b34fb",
WRITE_CHARACTERISTIC: '000002c5-0000-1000-8000-00805f9b34fb',
READ_CHARACTERISTIC: '000002c6-0000-1000-8000-00805f9b34fb',
REQUEST_MTU: 517,
} as const;
export const FRAME_CONSTANTS = {