Plugin.BLE.BleImplementation.GetState C# (CSharp) Method

GetState() private method

private GetState ( ) : BluetoothState
return BluetoothState
        private BluetoothState GetState()
        {
            return _centralManager.State.ToBluetoothState();
        }
    }