@iotize/tap
Version:
IoTize Device client for Javascript
21 lines (20 loc) • 455 B
TypeScript
export declare const BleConfig: {
maxPacketLengthWithoutOffset: number;
services: {
upgrade: {
service: string;
charac: string;
};
lwm2m: {
service: string;
charac: string;
};
fastLwm2m: {
service: string;
charac: string;
};
standardClientConfig: {
service: string;
};
};
};