no (bluetooth-inf-config-command)

interface-config-bluetooth-instance

Removes or reverts to default this Bluetooth radio interface‘s settings

Supported in the following platforms:

  • Access Points – AP505i, AP510i/e, AP560i/h, AP7602, AP7612, AP7632, AP7662, AP8432, AP8533

Syntax

no [beacon|description|eddystone|ibeacon|mode|shutdown|tron]
no beacon [pattern|period]
no description
no eddystone [calibration-rssi|url [1|2]
no ibeacon [calibration-rssi|major|minor|uuid]
no mode
no shutdown
no tron [ignore-mqtt-truststore|initial-config|reconstruct-nodetype-db-on-start]
no tron [ignore-mqtt-truststore|reconstruct-nodetype-db-on-start]
no tron initial-config mqtt [client-prefix|password|port|server|topic-publish-prefix|topic-subscribe-prefix|username]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes or reverts to default this Bluetooth radio interface‘s settings based on the parameters passed
  • <PARAMETERS> – Specify the parameters.

Example

The following example shows the AP8432 default profile‘s Bluetooth radio interface settings:

nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#show context
 interface bluetooth1
  shutdown
  mode le-beacon
  beacon pattern ibeacon
  ibeacon calibration-rssi -70
  ibeacon major 1110
  ibeacon minor 2210
  ibeacon uuid f2468da65fa82e841134bc5b71e0893e
nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#

nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#no shutdown
nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#no ibeacon minor
nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#no ibeacon calibration-rssi

The following example shows the AP8432 default profile‘s Bluetooth radio interface settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#show context
 interface bluetooth1
  no shutdown
  mode le-beacon
  beacon pattern ibeacon
  ibeacon major 1110
  ibeacon uuid f2468da65fa82e841134bc5b71e0893e
nx9500-6C8809(config-profile-default-ap8432-if-bluetooth1)#