123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- [
- // *********************************************************************************
- { "name" : "CTL",
- "type" : "Service" },
- // *********************************************************************************
- { "name" : "QMI Client CTL",
- "type" : "Client",
- "since" : "1.0" },
- // *********************************************************************************
- { "name" : "QMI Message CTL",
- "type" : "Message-ID-Enum" },
- // *********************************************************************************
- { "name" : "QMI Indication CTL",
- "type" : "Indication-ID-Enum" },
- // *********************************************************************************
- { "name" : "Set Instance ID",
- "type" : "Message",
- "service" : "CTL",
- "id" : "0x0020",
- "since" : "1.0",
- "input" : [ { "name" : "ID",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8" } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Link ID",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint16",
- "prerequisites": [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "Get Version Info",
- "type" : "Message",
- "service" : "CTL",
- "id" : "0x0021",
- "since" : "1.0",
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Service list",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "array",
- "size-prefix-format" : "guint8",
- "array-element" : { "name" : "Service",
- "format" : "struct",
- "contents" : [ { "name" : "Service",
- "format" : "guint8",
- "public-format" : "QmiService" },
- { "name" : "Major version",
- "format" : "guint16" },
- { "name" : "Minor version",
- "format" : "guint16" } ] },
- "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "Allocate CID",
- "type" : "Message",
- "service" : "CTL",
- "id" : "0x0022",
- "since" : "1.0",
- "input" : [ { "name" : "Service",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8" ,
- "public-format" : "QmiService" } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Allocation Info",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Service",
- "format" : "guint8",
- "public-format" : "QmiService" },
- { "name" : "Cid",
- "format" : "guint8" } ],
- "prerequisites": [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "Release CID",
- "type" : "Message",
- "service" : "CTL",
- "id" : "0x0023",
- "since" : "1.0",
- "input" : [ { "name" : "Release Info",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Service",
- "format" : "guint8",
- "public-format" : "QmiService" },
- { "name" : "Cid",
- "format" : "guint8" } ] } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Release Info",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Service",
- "format" : "guint8",
- "public-format" : "QmiService" },
- { "name" : "Cid",
- "format" : "guint8" } ],
- "prerequisites": [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "Set Data Format",
- "type" : "Message",
- "service" : "CTL",
- "id" : "0x0026",
- "since" : "1.0",
- "input" : [ { "name" : "Format",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint8",
- "public-format" : "QmiCtlDataFormat" },
- { "name" : "Protocol",
- "id" : "0x10",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint16",
- "public-format" : "QmiCtlDataLinkProtocol" } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Protocol",
- "id" : "0x10",
- "mandatory" : "yes",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint16",
- "public-format" : "QmiCtlDataLinkProtocol",
- "prerequisites" : [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- { "name" : "Sync",
- "type" : "Message",
- "service" : "CTL",
- "id" : "0x0027",
- "since" : "1.0",
- "output" : [ { "common-ref" : "Operation Result" } ] },
- { "name" : "Sync",
- "type" : "Indication",
- "service" : "CTL",
- "id" : "0x0027",
- "since" : "1.0" },
- // *********************************************************************************
- // Internal
- { "name" : "Internal Proxy Open",
- "type" : "Message",
- "service" : "CTL",
- "id" : "0xFF00",
- "since" : "1.8",
- "input" : [ { "name" : "Device Path",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.8",
- "format" : "string" } ],
- "output" : [ { "common-ref" : "Operation Result" } ] },
- // *********************************************************************************
- // Internal
- { "name" : "Internal Allocate CID QRTR",
- "type" : "Message",
- "service" : "CTL",
- "id" : "0xFF22",
- "since" : "1.0",
- "input" : [ { "name" : "Service",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "guint16" ,
- "public-format" : "QmiService" } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Allocation Info",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Service",
- "format" : "guint16",
- "public-format" : "QmiService" },
- { "name" : "Cid",
- "format" : "guint8" } ],
- "prerequisites": [ { "common-ref" : "Success" } ] } ] },
- // *********************************************************************************
- // Internal
- { "name" : "Internal Release CID QRTR",
- "type" : "Message",
- "service" : "CTL",
- "id" : "0xFF23",
- "since" : "1.0",
- "input" : [ { "name" : "Release Info",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Service",
- "format" : "guint16",
- "public-format" : "QmiService" },
- { "name" : "Cid",
- "format" : "guint8" } ] } ],
- "output" : [ { "common-ref" : "Operation Result" },
- { "name" : "Release Info",
- "id" : "0x01",
- "type" : "TLV",
- "since" : "1.0",
- "format" : "sequence",
- "contents" : [ { "name" : "Service",
- "format" : "guint16",
- "public-format" : "QmiService" },
- { "name" : "Cid",
- "format" : "guint8" } ],
- "prerequisites": [ { "common-ref" : "Success" } ] } ] }
- ]
|