Topic

FAQ
Login Register
How to increase the number of characters of DEV_NAME in Bluetooth Mesh SDK?
Nov 14, 2023 12:43

/

A

/A

Hi.

I'm used buetooth mesh sdk, the charaters of DEV_NAME limited to a maximum of 9 characters. so how to increase the number of characters of DEV_NAME? thanks very much.


4 replies
duan [Author] Nov 14, 2023 13:18
0
/A

When I enable define USER_REDEFINE_SCAN_RSP_EN and AIS_ENABLE to 1. I received the adv name of my device is Telink Remote. But i can not found the define  Telink Remote in the sdk.



TL_Soyo Nov 14, 2023 13:53
1
/A

Hi,

  DEV_NAME limited to MAX_DEV_NAME_LEN,and fixed 18 in libs,user can not change,if you enable USER_REDEFINE_SCAN_RSP_EN,please call bls_ll_setScanRspData() set you rsp data.



duan [Author] Nov 14, 2023 14:43
0
/A


thank you for your reply.

I change my code as below but it's not worked. Where is call the bls_ll_setScanRspData() function? thank's very much.


TL_Soyo Nov 14, 2023 16:28
0
/A

Hi,

  you need fowllow the ble ADV format to set buffer.