This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

just Advertise Complete List of 128-bit Class UUIDs but not adding it as a service!

is advertising Complete List of 128-bit Class UUIDs(0x07) a doable ?
I mean like "Complete List of 16-bit Class UUIDs"(0x03) it's not a service, just has an information in the packet.

I wanna change in the data in Complete List of 128-bit Class UUIDs during the run time.

Parents
  • Hi,

    You can look at for instance the NUS BLE peripheral example (ble_app_uart). It contains the NUS UUID in the advertisement packet. The fact that it also has the NUS service is not really relevant, as there is no actual link between the UUIDs in the advertisement packet and the service. You can see how m_adv_uuids in the example is populated and used when configuring the advertiser.

Reply
  • Hi,

    You can look at for instance the NUS BLE peripheral example (ble_app_uart). It contains the NUS UUID in the advertisement packet. The fact that it also has the NUS service is not really relevant, as there is no actual link between the UUIDs in the advertisement packet and the service. You can see how m_adv_uuids in the example is populated and used when configuring the advertiser.

Children
Related