蓝牙官方Core spec的文档中包含了很多表格,多数情况下表格中的信息是由专有的缩写词来表示的,这样使文档更加的简洁美观,不过也增加了初学者的理解难度,下面我以一个典型的含有缩写词的表格为例,解释每一个缩写字母的含义。

图1
图1中表格的缩写单词的含义如下:
E(Excluded):不包括。
M(Mandatory):必选。
O(Optional):可选。
C(Conditon):符合某种条件下,可能是M或者O。
Conditon 细分:
C1: Mandatory if Controller supports transmitting packets, otherwise optional.
C2: Mandatory if Controller supports receiving packets, otherwise optional.
C3: Mandatory if Controller supports transmitting and receiving packets, otherwise optional.
C4: Mandatory if LE Feature (LL Encryption) is supported otherwise optional.
C5: Mandatory if BR/EDR is supported otherwise optional.
C6: Mandatory if LE Feature (Connection Parameters Request procedure) is supported,otherwise optional.
C7: Mandatory if LE Ping is supported otherwise excluded.