The display ble-profile command displays configuration and reference information about BLE profiles.
Parameter | Description | Value |
---|---|---|
all | Displays configuration and reference information about all BLE profiles. | - |
name profile-name | Displays configuration and reference information about the BLE profile with a specified name. | The BLE profile name must exist. |
You can run this command to view configuration and reference information about BLE profiles.
# Display configuration and reference information about all BLE profiles.
<HUAWEI> display ble-profile all
---------------------------------------------------------------------------
Profile name Reference
---------------------------------------------------------------------------
huawei 1
---------------------------------------------------------------------------
Total: 1
Item |
Description |
---|---|
Profile name |
BLE profile name. |
Reference |
Number of times the BLE profile is referenced. |
# Display information about BLE profile huawei.
<HUAWEI> display ble-profile name huawei
------------------------------------------------------------------------------
Broadcaster switch : disable
Broadcaster interval(ms) : 500
Broadcaster content
UUID : 00000000000000012345678123456789(hex)
major : 0A22(hex)
minor : 0011(hex)
Reference RSSI : -70
Transmit power : 0
Sniffer switch : disable
Sniffer mode : -
Source IP address : 0.0.0.0
Report switch : enable
Report mode : immediate
Report interval(s) : 10
Report server : 0.0.0.0
Report server port : -
Report via-AC : disable
Report via-AC port : -
------------------------------------------------------------------------------
Item |
Description |
---|---|
Broadcaster switch |
Whether the Bluetooth broadcast function is enabled.
To configure this parameter, run the broadcaster enable command. |
Broadcaster interval(ms) |
Interval at which BLE broadcast frames are sent. To configure this parameter, run the broadcasting-interval command. |
Broadcaster content |
Content of a BLE broadcast frame. To configure this parameter, run the broadcasting-content command. |
UUID |
UUID field in a BLE broadcast frame. UUID refers to the universally unique identifier of a Bluetooth device. |
major |
Major field in a BLE broadcast frame. This field specifies a major group and is combined with the Minor field to define information about a Bluetooth device, for example, location of a Bluetooth device. |
minor |
Minor field in a BLE broadcast frame. This field specifies a minor group and is combined with the Major field to define information about a Bluetooth device, for example, location of a Bluetooth device. |
Reference RSSI |
RSSI calibration value. RSSI calibration value refers to the RSSI of a Bluetooth device measured at a distance of 1 m. It is used to calculate the distance between a Bluetooth device and a Bluetooth terminal or tag. |
Transmit power |
Transmit power of an AP's built-in Bluetooth module. To configure this parameter, run the tx-power (BLE profile view) command. |
Sniffer switch |
Whether the Bluetooth function is enabled.
To configure this parameter, run the sniffer enable command. |
Sniffer mode |
Working mode of an AP's built-in Bluetooth module. To configure this parameter, run the sniffer enable command. |
Report switch |
Whether an AP is enabled to report Bluetooth packets.
To configure this parameter, run the report enable command. |
Report mode |
Mode in which an AP reports Bluetooth packets. To configure this parameter, run the report-mode command. |
Report interval(s) |
Interval at which an AP reports Bluetooth packets. To configure this parameter, run the report-mode command. |
Report server |
IP address of a Bluetooth server. To configure this parameter, run the report-to-server command. |
Report server port |
Destination port number on a server to which Bluetooth packets are sent. To configure this parameter, run the report-to-server command. |
Report via-AC |
Whether Bluetooth packets are sent to a server through an
AC.
To configure this parameter, run the report-to-server command. |
Report via-AC port |
Number of the port on an AC through which an AP reports Bluetooth packets. To configure this parameter, run the report-to-server command. |