设备应用 APIBLEmstReadCharacteristic版本:v3.xOn this pagemstReadCharacteristicAPI_LEVEL 3.0 开始支持,API 兼容性请参考 API_LEVEL。读 Characteristic 信息。类型function mstReadCharacteristic(profile: Profile, uuid: UUID): void参数Profile类型说明numberProfile 指针UUID类型说明stringCharacteristic UUID 字符串代码示例import { mstReadCharacteristic } from '@zos/ble'// ...