Add Peripheral Preferred Connection Parameter to Generic Access 0x1800 #498
|
Hello, I was hoping someone had a deeper knowledge how to add a service to Generic Access 0x1800 Primary Service. If i run: Then when I view it inside BLE scanner it has created an additional service with the same name. What I want to accomplish is changing the Peripheral Preferred Connection Parameter for the bluetooth module inside the created 0x1800 service. How does one accomplish this? Kind Regards |
Answered by
h2zero
Feb 4, 2023
Replies: 1 comment
|
The creation of that service is handled by the stack already. To set the PPCP characteristic data you will need to define the values in the config somewhere. These are what you need to set: |
0 replies
Answer selected by
mellbergsimon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The creation of that service is handled by the stack already. To set the PPCP characteristic data you will need to define the values in the config somewhere. These are what you need to set: