forked from yudi_xiao/expo-ble-app-demo
expo-ble模块测试demo 联调BLE模块 take 6 设置MTU=512
This commit is contained in:
parent
eab8c10ad6
commit
9100a20a2d
|
|
@ -6,7 +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,
|
||||
REQUEST_MTU: 512,
|
||||
} as const;
|
||||
|
||||
export const FRAME_CONSTANTS = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue