Skip to main content
Shahin
Associate III
December 13, 2022
Question

I would like to use the custom template for BLE on the WB10, however I believe the GAT values need changing, has anyone managed to do this?

  • December 13, 2022
  • 2 replies
  • 860 views

Similar to this post - https://community.st.com/s/feed/0D53W00001nnAMrSAM?t=1670943529113.

I believe different values is needed for:

  • CFG_BLE_ATT_VALUE_ARRAY_SIZE = X
  • CFG_BLE_NUM_GATT_ATTRIBUTES = X
  • CFG_BLE_NUM_GATT_SERVICES = X

Has anyone managed to get these values for the WB10

This topic has been closed for replies.

2 replies

Shahin
ShahinAuthor
Associate III
December 13, 2022

@Remy ISSALYS​ Would you be able to help with this?

Remy ISSALYS
Technical Moderator
December 16, 2022

Hello,

It should work with the same value as on WB15:

  • CFG_BLE_ATT_VALUE_ARRAY_SIZE = 1290
  • CFG_BLE_NUM_GATT_ATTRIBUTES = 30
  • CFG_BLE_NUM_GATT_SERVICES = 4

Best Regards