Hello,
I have a query regarding the implementation of multiple user-specific GATT profiles in our application.
For example, can we add two profiles like Heart Rate Profile and Glucose Profile in our application??
Thanks
Waiting for the reply.
Hello,
I have a query regarding the implementation of multiple user-specific GATT profiles in our application.
For example, can we add two profiles like Heart Rate Profile and Glucose Profile in our application??
Thanks
Waiting for the reply.
Hello Mihir,
You can have several BLE Services in an application, so you can go ahead and add both those Services in your application.
Here is also a tutorial on how you can make your own custom BLE service.
Hello Martin,
Thanks for the reply.
Here i was asking regarding the implementation of multiple user-specific GATT profiles.
You answered to my query by implementation of multiple services in the application.
I did not get it.
Thanks
It should not be a problem to add both in your application since our Softdevice supports it.
Please look at the Heart Rate Application and Glucose Application for reference.
Hello Martin,
Actually i want to know the difference between Profile & Service.
So please guide me to clear it.
Please take a look at the theory discussed in the BLE tutorials:
Also here is some video tutorials about BLE.
Please take a look at the theory discussed in the BLE tutorials:
Also here is some video tutorials about BLE.
Ok Thanks...