Hi,
I define the UUID of my service in the BLE component and in the advertisement packet
the UUID type is : Incomplete list of 128-bit service class UUIDs(0x06).
What needs to change or add so the UDID type will be: Complete list of 128-bit service class UUIDs(0x07)??
Thanks
Solved! Go to Solution.
Hi ,
Do you mean the "more 128-bit UUIDs avaliable 0x06" as the following picture?
If you mean this, you need to add all the customer services to the advertisement packet as follows, then the UUID type will become "complete list of 128-bit UUIDs avaliable 0x07".
Hi ,
Do you mean the "more 128-bit UUIDs avaliable 0x06" as the following picture?
If you mean this, you need to add all the customer services to the advertisement packet as follows, then the UUID type will become "complete list of 128-bit UUIDs avaliable 0x07".
Thank you very much exactly what I meant