${obj.name} Gatt ICD
- Generated with mrt-ble on ${obj.genTime}
- CRC: ${obj.hash}
Description:
${obj.desc}
Index
%if len(obj.services) > 0: Services:
-
%for service in obj.services:
- ${service.name} %endfor
services
%for service in obj.services:
${service.name}
-
%if service.isStandard:
- SIG descriptor: [${ service.uri}]
- service UUID: [${ "%0.4X" % service.uuid}] %else:
- service UUID: [${ service.uuid}] %endif
${service.desc}
%if len(service.chars) > 0:
Characteristic | UUID | Type | Permission | Description | |
---|---|---|---|---|---|
${characteristic.name} [SIG Standard] |
%else:
${characteristic.name} | %endif${ characteristic.uuidStr() } | ${characteristic.type} | ${characteristic.perm} | ${characteristic.desc}\
%if characteristic.isEnum:
|
%endif