2014-12-02 03:41 PM
I've tried with changing the local name in BLUEHCI_GAP_SET_DISCOVERABLE, but it still shows as bluenrg during advertisement. Is there another command for this?
2014-12-03 02:25 AM
Hi,
you can change the name of device showed in the advertising packet by the command BLUEHCI_GAP_SET_DISCOVERABLE but at the field ''Local_Name'' you have to add as prefix the char '0x08', for example to set the name to Test, you have to set the parameters:
Local_Name_Length = 0x05 Local_Name = [0x08,0x54,0x65,0x73,0x74]Regards,
GraziellaI've tried with changing the local name in BLUEHCI_GAP_SET_DISCOVERABLE, but it still shows as bluenrg during advertisement. Is there another command for this?