cancel
Showing results for 
Search instead for 
Did you mean: 

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?

Shahin
Associate II

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

2 REPLIES 2
Shahin
Associate II

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

Remy ISSALYS
ST Employee

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