> For the complete documentation index, see [llms.txt](https://docs.piscesiot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.piscesiot.com/helium-hotspot-p100/firmware-api/othercontroller/ble-advertise-controller.md).

# Ble Advertise Controller

**Advertise Status**

```json
http://your-hotspot-ip:8001/api/action/AdvertiseStatus
```

Return

```json
On
Off
```

**Turn on the advertise**

```json
http://your-hotspot-ip:8001/api/action/AdvertiseOn
```

Return

```json
running:off
```

**Turn off the advertise**

```json
http://your-hotspot-ip:8001/api/action/AdvertiseOff
```

Return

```json
stop on
```
