This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

scan response packet in non connectable mode.

Can we send scan response packet with advertising packet in non-connectable mode? I have taken eddystone beacon example given in SDK 12.3.0 and s130. My beacon has to advertise URL along with the device name in non-connectable mode. But since the advertising packet can contain maximum 31 characters I am not able to add the device name in that packet. So I am placing the URL in scan response packet. But it is working only in the connectable mode. When I make it non-connectable the beacon is not advertising. My aim is to advertise both the URL and complete local name in non-connectable mode.

Related