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

128 bit uuid count problem in sdk12

Hi all, I'm working on SDK12.1.0, soft device s130_nrf51_2.0.1_softdevice.hex. I need to two 128 bit services for these I increased the vs_uuid_count to 2 but it not advertsing. And I tested in ble_app_template project without changing any thing just I increased vs_uuid_count to 2 and I didn't add any services it's also not adversting if I keep vs_uuid_count to 1 it adversting can any one help how I add two 128 bit services in sdk12

-- thanks in advance

Parents
  • I'm using eclipise and I increased attribute table size to 0x780 and also changed ram settings according to it but it still not advertsing.

    vs_uuid_count = BLE_UUID_VS_COUNT_DEFAULT Attribute table size is 0x780 Ram and flash settings are FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000 RAM (rwx) : ORIGIN = 0x200021E8, LENGTH = 0x5e18

    if vs_uuid_count =1 it advertising.

Reply
  • I'm using eclipise and I increased attribute table size to 0x780 and also changed ram settings according to it but it still not advertsing.

    vs_uuid_count = BLE_UUID_VS_COUNT_DEFAULT Attribute table size is 0x780 Ram and flash settings are FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000 RAM (rwx) : ORIGIN = 0x200021E8, LENGTH = 0x5e18

    if vs_uuid_count =1 it advertising.

Children
No Data
Related