//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/GASmartAccessReaderDemoCallback/onBLEStateChanged
onBLEStateChanged
[androidJvm]\ abstract fun onBLEStateChanged(state: Int)
Callback triggered when the peripheral manager updates its state.
Parameters
androidJvm
state | Represents the current state of the peripheral manager. Possible values could be connected, disconnected, scanning, etc. |