Set the local value used when advertising.
BLE.setLocalName(name)
Nothing
// begin initialization
if (!BLE.begin()) {
Serial.println("starting Bluetooth® Low Energy module failed!");
while (1);
}
BLE.setLocalName("LED");
// ...
// start advertising
BLE.advertise();