We're porting an nRFS52832 app from an earlier version (14) to 15.2.
Using sd_ble_gap_device_name_set( &secMode, dN, len ) with a string of length=9 will only show 5 chars (e.g. with nRFconnect). What's going wrong?
We're porting an nRFS52832 app from an earlier version (14) to 15.2.
Using sd_ble_gap_device_name_set( &secMode, dN, len ) with a string of length=9 will only show 5 chars (e.g. with nRFconnect). What's going wrong?
Joakim
thanks for your offer, but the project is too huge to be uploaded. I hope we can resolve it this way.
I've set now the uuid_cnt= 0 for a test to reduce the record size: in fact the 9 characters of the name are visible this way. so your proposed reason seems to be correct :-)
The block was a ble_uuid_t, really not that big.
In SDK 14 we've done it with rc= ble_advdata_set (&mAdvData, &mScanData); but this Routine seems not to be available any more.
Thanks
Beat
Ok,great! I'm glad we most likely found the root cause here.
If you have any further questions, please let me know and I'll do my best to assist.
Regards,
Joakim