TLV Fragment formatting

I've noticed some ambiguity the HAP-Specification-Non-Commercial-Version.pdf regarding the use of TLV fragments.


In section 4.9 Fragments and Reassembly it states that TLVs should be fragmented based on how much room is available in the MTU and that the fragments should be of type kTLVType_FragmentData & kTLVType_FragmentLast.


In Section 12.1.2 TLV Examples however the TLVs that are fragmented are of type kTLVType_signature (or certificate depending on what part you read.)


Is this to say that the examples in 12.1.2 would be wrapped in kTLVType_FragmentData _only_ during bluetooth transport?