This library includes use cases which can be used for replicating BLE use caes.
main.cpp@0:935006092f33, 2014-09-25 (annotated)
- Committer:
- hemddabral
- Date:
- Thu Sep 25 07:02:26 2014 +0000
- Revision:
- 0:935006092f33
- Child:
- 3:9e23792d3d5a
Initial version implementing multiple service use-case
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
hemddabral | 0:935006092f33 | 1 | #include "UseCases.h" |
hemddabral | 0:935006092f33 | 2 | |
hemddabral | 0:935006092f33 | 3 | int main() |
hemddabral | 0:935006092f33 | 4 | { |
hemddabral | 0:935006092f33 | 5 | multipleServiceUseCase(); |
hemddabral | 0:935006092f33 | 6 | } |
hemddabral | 0:935006092f33 | 7 |