export declare enum ESubProtocol {
    AUDIO = 0,
    SERIAL = 32,
    TEXT = 64,
    SERVICE = 96
}
