pics-avdtp.txt 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. AVDTP PICS for the PTS tool.
  2. PTS version: 6.1
  3. * - different than PTS defaults
  4. # - not yet implemented/supported
  5. M - mandatory if such role selected
  6. O - optional
  7. Versions
  8. -------------------------------------------------------------------------------
  9. Parameter Name Selected Description
  10. -------------------------------------------------------------------------------
  11. TSPC_AVDTP_0_1 False AVDTP 1.0 (C.1)
  12. TSPC_AVDTP_0_2 False AVDTP 1.2 (C.1)
  13. TSPC_AVDTP_0_3 True (*) AVDTP 1.3 (C.1)
  14. -------------------------------------------------------------------------------
  15. C.1: It is mandatory to select only one of the protocol versions.
  16. -------------------------------------------------------------------------------
  17. Roles
  18. -------------------------------------------------------------------------------
  19. Parameter Name Selected Description
  20. -------------------------------------------------------------------------------
  21. TSPC_AVDTP_1_1 True (*) Source (C.1)
  22. TSPC_AVDTP_1_2 True (*) Sink (C.1)
  23. TSPC_AVDTP_1_3 True (*) Initiator (C.2)
  24. TSPC_AVDTP_1_4 True (*) Acceptor (C.2)
  25. -------------------------------------------------------------------------------
  26. C.1: It is mandatory to support at least one of the defined roles.
  27. C.2: It is within the scope of profiles using the AVDTP specification to
  28. mandate Initiator/Acceptor capabilities. It is mandatory to support at
  29. least one of the defined roles.
  30. -------------------------------------------------------------------------------
  31. Signaling Message Format (Initiator)
  32. -------------------------------------------------------------------------------
  33. Parameter Name Selected Description
  34. -------------------------------------------------------------------------------
  35. TSPC_AVDTP_2_1 True Transaction label (M)
  36. TSPC_AVDTP_2_2 True Packet type (M)
  37. TSPC_AVDTP_2_3 True Message type (M)
  38. TSPC_AVDTP_2_4 True Signal identifier (M)
  39. -------------------------------------------------------------------------------
  40. Signaling Channel Establishment/Disconnection (Initiator)
  41. -------------------------------------------------------------------------------
  42. Parameter Name Selected Description
  43. -------------------------------------------------------------------------------
  44. TSPC_AVDTP_3_1 True (*) Establish signaling channel (O)
  45. TSPC_AVDTP_3_2 True (*) Disconnect signaling channel (O)
  46. -------------------------------------------------------------------------------
  47. Stream Discovery and Configuration (Initiator)
  48. -------------------------------------------------------------------------------
  49. Parameter Name Selected Description
  50. -------------------------------------------------------------------------------
  51. TSPC_AVDTP_4_1 True (*) Stream discover command (O)
  52. TSPC_AVDTP_4_2 True (*) Stream get capabilities command (C.2)
  53. TSPC_AVDTP_4_3 True (*) Set configuration command (O)
  54. TSPC_AVDTP_4_4 True (*) Get configuration command (O)
  55. TSPC_AVDTP_4_5 False Reconfigure command (O)
  56. TSPC_AVDTP_4_6 True (*) Stream get all capabilities command (C.1)
  57. -------------------------------------------------------------------------------
  58. C.1: It is optional to support if TSPC_AVDTP_0_3 is supported, otherwise
  59. excluded.
  60. C.2: Mandatory to support if TSPC_AVDTP_4_6 is supported, otherwise Optional.
  61. -------------------------------------------------------------------------------
  62. Stream Establishment, Suspension and Release (Initiator)
  63. -------------------------------------------------------------------------------
  64. Parameter Name Selected Description
  65. -------------------------------------------------------------------------------
  66. TSPC_AVDTP_5_1 True (*) Open stream command (O)
  67. TSPC_AVDTP_5_2 True (*) Start stream command (O)
  68. TSPC_AVDTP_5_3 True (*) Close stream command (O)
  69. TSPC_AVDTP_5_4 True (*) Suspend command (O)
  70. TSPC_AVDTP_5_5 True (*) Abort stream command (O)
  71. -------------------------------------------------------------------------------
  72. Security Signaling (Initiator)
  73. -------------------------------------------------------------------------------
  74. Parameter Name Selected Description
  75. -------------------------------------------------------------------------------
  76. TSPC_AVDTP_6_1 False Content security control command (O)
  77. -------------------------------------------------------------------------------
  78. Message Fragmentation (Initiator)
  79. -------------------------------------------------------------------------------
  80. Parameter Name Selected Description
  81. -------------------------------------------------------------------------------
  82. TSPC_AVDTP_7_1 True Signaling message fragmentation (M)
  83. -------------------------------------------------------------------------------
  84. Signaling Message Format (Acceptor)
  85. -------------------------------------------------------------------------------
  86. Parameter Name Selected Description
  87. -------------------------------------------------------------------------------
  88. TSPC_AVDTP_8_1 True Transaction label (M)
  89. TSPC_AVDTP_8_2 True Packet type (M)
  90. TSPC_AVDTP_8_3 True Message type (M)
  91. TSPC_AVDTP_8_4 True Signal identifier (M)
  92. -------------------------------------------------------------------------------
  93. Signaling Channel Establishment/Disconnection (Acceptor)
  94. -------------------------------------------------------------------------------
  95. Parameter Name Selected Description
  96. -------------------------------------------------------------------------------
  97. TSPC_AVDTP_9_1 True (*) Establish signaling channel (O)
  98. TSPC_AVDTP_9_2 True (*) Disconnect signaling channel (O)
  99. -------------------------------------------------------------------------------
  100. Stream Discovery and Configuration (Acceptor)
  101. -------------------------------------------------------------------------------
  102. Parameter Name Selected Description
  103. -------------------------------------------------------------------------------
  104. TSPC_AVDTP_10_1 True (*) Stream discover response (O)
  105. TSPC_AVDTP_10_2 True (*) Stream get capabilities response (C.2)
  106. TSPC_AVDTP_10_3 True (*) Set configuration response (O)
  107. TSPC_AVDTP_10_4 True (*) Get configuration response (O)
  108. TSPC_AVDTP_10_5 False Reconfigure response (O)
  109. TSPC_AVDTP_10_6 True (*) Stream get all capabilities response (C.1)
  110. -------------------------------------------------------------------------------
  111. C.1: It is optional to support if TSPC_AVDTP_0_3 is supported, otherwise
  112. excluded.
  113. C.2: It is Mandatory to support if TSPC_AVDTP_10_6 is supported, otherwise
  114. Optional.
  115. -------------------------------------------------------------------------------
  116. Stream Establishment, Suspension and Release (Acceptor)
  117. -------------------------------------------------------------------------------
  118. Parameter Name Selected Description
  119. -------------------------------------------------------------------------------
  120. TSPC_AVDTP_11_1 True (*) Open stream response (O)
  121. TSPC_AVDTP_11_2 True (*) Start stream response (O)
  122. TSPC_AVDTP_11_3 True (*) Close stream response (O)
  123. TSPC_AVDTP_11_4 True (*) Suspend response (O)
  124. TSPC_AVDTP_11_5 True (*) Abort stream response (O)
  125. TSPC_AVDTP_11_6 True (*) General reject message (O)
  126. -------------------------------------------------------------------------------
  127. Security Signaling (Acceptor)
  128. -------------------------------------------------------------------------------
  129. Parameter Name Selected Description
  130. -------------------------------------------------------------------------------
  131. TSPC_AVDTP_12_1 False Content security control response (O)
  132. -------------------------------------------------------------------------------
  133. Message Fragmentation (Acceptor)
  134. -------------------------------------------------------------------------------
  135. Parameter Name Selected Description
  136. -------------------------------------------------------------------------------
  137. TSPC_AVDTP_13_1 True Signaling message fragmentation (M)
  138. -------------------------------------------------------------------------------
  139. Source Capabilities
  140. -------------------------------------------------------------------------------
  141. Parameter Name Selected Description
  142. -------------------------------------------------------------------------------
  143. TSPC_AVDTP_14_1 True Basic transport service support (M)
  144. TSPC_AVDTP_14_2 False Reporting service support (O)
  145. TSPC_AVDTP_14_3 False Recovery service support (O)
  146. TSPC_AVDTP_14_4 False Multiplexing service support (O)
  147. TSPC_AVDTP_14_5 False Robust header compression service support (O)
  148. TSPC_AVDTP_14_6 True (*) Delay Reporting (C.1)
  149. -------------------------------------------------------------------------------
  150. C.1: It is optional to support if TSPC_AVDTP_0_3 is supported, else excluded.
  151. -------------------------------------------------------------------------------
  152. Sink Capabilities
  153. -------------------------------------------------------------------------------
  154. Parameter Name Selected Description
  155. -------------------------------------------------------------------------------
  156. TSPC_AVDTP_15_1 True Basic transport service support (M)
  157. TSPC_AVDTP_15_2 False Reporting service support (O)
  158. TSPC_AVDTP_15_3 False Recovery service support (O)
  159. TSPC_AVDTP_15_4 False Multiplexing service support (O)
  160. TSPC_AVDTP_15_5 False Robust header compression service support (O)
  161. TSPC_AVDTP_15_6 True (*) Delay Reporting (C.1)
  162. -------------------------------------------------------------------------------
  163. C.1: It is optional to support if TSPC_AVDTP_0_3 is supported, else excluded.
  164. -------------------------------------------------------------------------------
  165. Message Error Handling Capabilities
  166. -------------------------------------------------------------------------------
  167. Parameter Name Selected Description
  168. -------------------------------------------------------------------------------
  169. TSPC_AVDTP_16_1 False Reporting Capability Error (C.1)
  170. TSPC_AVDTP_16_2 False Reject Corrupted Messages (C.2)
  171. TSPC_AVDTP_16_3 True (*) General Reject Response Includes Signal ID (C.3)
  172. -------------------------------------------------------------------------------
  173. C.1: Optional if TSPC_AVDTP_0_2 or TSPC_AVDTP_0_3 supported, excluded
  174. otherwise.
  175. C.2: Optional, excluded if TSPC_AVDTP_16_3 (General Reject Response Includes
  176. Signal ID) is supported.
  177. C.3: Mandatory if TSPC_AVDTP_0_3 supported, otherwise Optional.
  178. -------------------------------------------------------------------------------
  179. Upper Test Interface
  180. -------------------------------------------------------------------------------
  181. Parameter Name Selected Description
  182. -------------------------------------------------------------------------------
  183. TSPC_AVDTP_17_1 False Upper Test Interface provided (O)
  184. -------------------------------------------------------------------------------
  185. L2CAP Capabilities
  186. -------------------------------------------------------------------------------
  187. Parameter Name Selected Description
  188. -------------------------------------------------------------------------------
  189. TSPC_AVDTP_18_1 False Enhanced Retransmission Mode preferred for
  190. signaling channel (O)
  191. TSPC_AVDTP_18_2 False Streaming Mode preferred for Media Transport
  192. channel (O)
  193. TSPC_AVDTP_18_3 False FCS Option (C.1)
  194. -------------------------------------------------------------------------------
  195. C.1: Mandatory if TSPC_AVDTP_18_1 is supported, otherwise Optional.
  196. -------------------------------------------------------------------------------