| 108 | } |
| 109 | |
| 110 | const Services::Element* Services::getList(uint8_t& length) |
| 111 | { |
| 112 | length = sizeof(gServiceList) / sizeof(gServiceList[0]); |
| 113 | |
| 114 | return gServiceList; |
| 115 | } |
| 116 | |
| 117 | /****************************************************************************** |
| 118 | * Local Functions |