cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change the BlueNRG name that appears during advertisement?

dimitar
Associate II
Posted on December 03, 2014 at 00:41

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?

1 REPLY 1
Posted on December 03, 2014 at 11:25

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,

Graziella

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?