This library includes use cases which can be used for replicating BLE use caes.

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?

UserRevisionLine numberNew 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