broadcasting-content (AP group view)
Function
The broadcasting-content command configures the content of a BLE broadcast frame sent by an AP's built-in Bluetooth module.
The undo broadcasting-content command restores the default content of a BLE broadcast frame sent by an AP's built-in Bluetooth module.
By default, the UUID of the BLE broadcast frames sent by an AP's built-in Bluetooth module is null.
Format
broadcasting-content uuid { uuid-character-string uuid-value | uuid-hex uuid-value }
undo broadcasting-content uuid
Parameters
Parameter | Description | Value |
---|---|---|
uuid uuid-character-string uuid-value | Specifies the UUID field of BLE broadcast frames, which is a string of characters and used to identity devices. | The value is a string of 1 to 16 characters. |
uuid uuid-hex uuid-value | Specifies the UUID field of BLE broadcast frames, which is in hexadecimal notation and used to identity devices. | The value is a string of 1 to 32 hexadecimal digits. |
Usage Guidelines
Usage Scenario
After enabling the broadcast function of an AP's built-in Bluetooth module using the broadcaster enable command, you can run the broadcasting-content uuid command to set a UUID of the BLE broadcast frames.
Precautions
- UUID set in the AP view
- UUID set in the BLE profile bound to the AP view
- UUID set in the AP group view
- UUID set in the BLE profile bound to the AP group view
Example
# Set the UUID of the BLE broadcast frames sent by an AP's Bluetooth module in the AP group view to 12345678123456789 in hexadecimal notation.
<AC6605> system-view [AC6605] wlan [AC6605-wlan-view] ap-group name mygroup [AC6605-wlan-ap-group-mygroup] broadcasting-content uuid uuid-hex 12345678123456789