updated docs

This commit is contained in:
Peli de Halleux
2016-11-30 04:19:17 -08:00
parent be0984cc4a
commit adef3a6487
4 changed files with 22 additions and 10 deletions

View File

@ -18,9 +18,17 @@ Read more at https://lancaster-university.github.io/microbit-docs/ble/eddystone/
## ~
```sig
bluetooth.stop-advertising();
bluetooth.stopAdvertising();
```
## See Also
[advertise-url](/reference/bluetooth/advertise-url)
```blocks
bluetooth.stopAdvertising();
```
```package
bluetooth
```