UUID type

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MiEl_3261856
Level 2
Level 2
First like given

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

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Hi ,

Do you mean the "more 128-bit UUIDs avaliable 0x06" as the following picture?

pastedImage_0.png

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".

pastedImage_1.png

View solution in original post

2 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Hi ,

Do you mean the "more 128-bit UUIDs avaliable 0x06" as the following picture?

pastedImage_0.png

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".

pastedImage_1.png

Thank you very much exactly what I meant

0 Likes